Andrei Stoicescu
Andrei Stoicescu
running rails 3.1.12, per-wiki installation. When loading the page i see that something calls for a http://localhost:9292/faye-browser-min.js.map which doesn't exist (404) I tried calling http://localhost:9292/faye/faye-browser-min.js.map which does exist, but I'm...
Let's say that I have to connect with facebook. My app works perfectly if i call /auth/facebook/callback or /auth/facebook/callback?format=json but when i try to call /auth/facebook/callback.json there is no request.env[...
memory usage
I'm having issues fingerprinting a 2 hour long mp3. From what i can see, it fills up the memory (RAM) and then the script crashes. The filesize is around 140MB...
#### What version were you using? If you were using open source, please add the "Open Source" label to this issue. Open Source #### What steps can we follow to...
**Describe the bug** Trying to install UI Lovelace Minimalist and getting an error saying ``` Requirements for ui_lovelace_minimalist not found: ['aiofiles==0.8.0'] ``` This would be the full log: ``` Logger:...
Is there an easy way to expand the indexbar to fill up the vertical space of a view? ( i.e. calculate it's spacing between letters accordingly to the view instead...
I have a scenario where i'd like to render a custom vue component, and i do so like this: ``` toast.message( markRaw( defineComponent({ render() { return h(ChatToast, { message })...
Not sure if it's related to my [previous issue](https://github.com/codex-team/editor.js/issues/2458), but there's a second problem happening when running my vue component as a plugin (I can only seem to reproduce it...