Johannes

Results 65 issues of Johannes

I managed to get things working quite quickly with the `Masonry` component, but after reading in the docs that you could avoid the need for a resize observer by using...

I haven't managed to pinpoint what line is responsible, but currently when uploading a very large object is printed to the terminal: ![image](https://user-images.githubusercontent.com/830800/162096298-55967230-6c5f-4219-b044-694c0d5db4e8.png)

bug

I'm wanting to make requests to Flickr's api in a Cloudflare Worker, but it provides WebCrypto rather than node's crypto implementation. This turns out to be causing a real headache...

``` Exception in thread Thread-1: Traceback (most recent call last): File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 950, in _bootstrap_inner self.run() File "/usr/local/Cellar/[email protected]/3.9.0_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 888, in run self._target(*self._args, **self._kwargs) File "/Users/human/.local/pipx/venvs/py-air-control/lib/python3.9/site-packages/coapthon/client/coap.py", line 270, in...

When I run the airctrl command, I get loads of debug output from coapthon3. Shouldn't that only be shown if the debug flag is given? ``` 2020-11-26 22:24:18,195 - MainThread...

Edit: See simpler reproduction here: https://stately.ai/viz/958721ab-dab4-4d0d-abf9-d687ec0a5481 I have a machine that invokes a child machine using a factory function. This works totally fine in the online viz, but in vscode...

Trying to use the package in the browser seems to result in an error from miniget: https://codesandbox.io/s/modest-cray-on365?file=/src/index.ts Is this expected to work?

bug

Would be great if moving thumbnail urls could also be extracted. They seem to be included here in the `YTInitialdata` object: ```json "richThumbnail": { "movingThumbnailRenderer": { "enableHoveredLogging": true, "enableOverlay": true,...

enhancement

There should probably be a `removeEventListener` function. Currently I have a listener that I only want to fire the first time the event happens (after the first image has loaded)....

Am I missing something or is there no option to disable this functionality? I currently want a bit more preloading of images to happen, and pagination does enough to make...