Julius Bier Kirkegaard
Julius Bier Kirkegaard
First of all: cool library. I am trying to familiarize myself with it. I tried to make just a simple example. This code makes an image with a black-white gradient,...
I am not sure if this is expected behavior or not, so this is a question and only potentially an actual issue: `gp_minimize` returns the lowest seen value. However, for...
The example in the readme file reads: ``` from requests_threads import AsyncSession session = AsyncSession(n=100) async def _main(): rs = [] for _ in range(100): rs.append(await session.get('http://httpbin.org/get')) print(rs) if __name__...
Hi, I didn't really know where to write this, as it isn't an issue, just an idea/suggestion. In your library, I mostly use `odeint` (not `_adjoint`) as it is faster...
Hi, I am new to flexx, but really like it. In the bokeh-example, a line plot is updated using JS code. However, one of the strenghts of bokeh is that...
I am running a flexx app e.g. as ```app.launch('chrome-app', title='Test', size=(100, 100))``` But both title and size arguments are ignored. They work for `firefox-app`.