Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository
cjbrowne
cjbrowne commented Nov 9, 2019

Describe the bug
Using application.NewWindow to create a secondary window, it's not possible to re-use that window after it has been closed. If the user presses the X button, the window doesn't respond to Show() calls any more.

To Reproduce

  1. Create a main window
  2. Create a secondary window
  3. Close the secondary window
  4. Attempt to re-show the secondary window.

Example co

Ansible logo
Popular topic
Ansible is a simple and powerful automation engine.
Git Merge 2020
Upcoming event recommended by GitHub
Mar
4

Git Merge 2020

March 04, 2020 • Los Angeles

Git Merge is a one-day conference dedicated to the version control tool that started it all—and the people who use it every day.
App recommended by GitHub

Review Notebook App

Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.

We provide complete code review workflow for notebooks,

Trending repository
tmalaher
tmalaher commented Jan 23, 2020

I'm struggling a bit with x-for.

Looking at the source, it seems that the full syntax for the x-for attribute is:
(item,index,collection) in expression
where the expression is intended to return an array, or at least something that implements forEach(function(v,i,g){...})

But when I try to use this like so:

<ul>
<template x-for='(value,index,coll) in toggles'>
    <li>Index:
Trending repository
hognevevle
hognevevle commented Dec 5, 2019

Describe the bug

In a .Net Core Worker Service, whenever an exception is thrown inside an async method, and you happened to not surround the method invocation in a try/catch, the application will simply hang when it hits the exception -- giving no sign that an exception has occured at all.

The same code applied within a simple Console Application does indeed work as expected, and you get t

Trending repository
FriendOfFatBeagle
FriendOfFatBeagle commented Mar 4, 2018

Hi Everybody:

I am using Keras 2.0.5.
Here are code samples for section 6.3 of book,
"Advanced use of recurrent neural network" pertaining to GRU:

`from keras.models import Sequential
from keras import layers
from keras.optimizers import RMSprop

model = Sequential()
model.add(layers.GRU(32, input_shape=(None, float_data.shape[-1])))
model.add(layers.Dense(1))

model.compile(optim

Trending repository
Trending repository
Trending repository
Mel-Github
Mel-Github commented Feb 7, 2020

Is your feature request related to a problem? Please describe.
Some of the existing users have already an existing HashiCorp Vault instance running in their environment. However, currently to leverage the bank-vaults solutions we need to create a new vault instance via the custom crd.

Describe the solution you'd like
I would like to still leverage the vault bank solution but running

Trending repository
eshellman
eshellman commented May 22, 2019

Below is a list of failing links in our French lists
You can help improve this repo by resolving the problems.

A failing link may be a website or resource that has disappeared. You can submit a PR

  • removing the link (maybe the resource is obsolete.)
  • correcting the link (sometimes things move)
  • replacing the link (make sure the link is authorized, or the resource is open-licensed). Oft
Trending repository
JIoJIaJIu
JIoJIaJIu commented Oct 6, 2019

Case

I would like to create independent TON network locally and connect to lite-client to it rather to testnet TON

${DB_ROOT}/static -- A directory with files that cannot be downloaded from the network, such as the "zerostate" (corresponding to the Genesis block of other blockchain architectures) of the masterchain and active workchains. Normally you don't have to initialize this dire

App recommended by GitHub

LeanBoard

Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

You can’t perform that action at this time.