Jonarod
Jonarod
Adding alias `trello` for example code to work out of the box.
`nuxt.config.js`: ```js pwa:{ meta:{ background_color: "#ffffff", // ... }, manifest: { // ... display: 'standalone', theme_color: "#ffffff", } } ``` - on classic browsing experience: ok - after "add to...
## Description When `.goto()` method is used, the layout correctly jumps to desired position, however, the legend is not refreshed until mouse moves. For example, if I am at position...
Everything was working fine until yesterday for no apparent reason I can think of. I woke up, made a change to my action, then ran `sls deploy`, and got this...
Baidu does not accept western users to create account (or it's very very difficult...), thus bringing the model to Google will help a lot to spread the repo :) In...
First of all thanks for these projects, it clearly brings the Yi 4k+ to the top of the action-cam game. Using latest 1.4.14 firmware I was trying the "RAW +...
Just cloned the repo, and ran the example as-is on a Genymotion android device with 4Gb RAM. Everything seems to build fine, but got this error in the device: ```...
Hey ! Cool project ! Thanks for sharing this, really. @developit, after going through the code, I found some irregularities (PR submitted) but I don't know to which extend you...
Just following the Quick Start: ```ts // Import from the installed as-wasi package import { Console, Environ } from "as-wasi/assembly"; // Create an environ instance let env = new Environ();...
I am quite not sure to understand why, but ipc files created by `arrow` are not readable by `arrow2`. Please see reproduction: ```toml [dependencies] arrow2 = { version = "0.18.0",...