-
The ES6 Tagged template literals way of querying the DB errors on a non 32 bit number (larger / smaller than `+-2,147,483,647`), even though the column it is querying is a `BIGINT` (Which is a…
-
**Describe the feature that you would like added**
Generally, I would like to see better integration with the existing ecosystem of design systems. A few observations as background: It seems li…
-
-----------------------------------
CLOSED - please see https://github.com/espruino/BangleApps/issues/1311 for up to date info on what needs doing
-----------------------------------
We now h…
-
We built a Page that displays a list of images. The images are rendered on scroll, but yet they consume too much memory. Repeatedly navigating to the page leads to an Immediate crash. This is happ…
-
## NEAR Bounty Terms
Before beginning work on the bounty, you must submit a proposal. Only if your proposal is accepted will you be able to claim the reward of the bounty.
## Background
A key …
-
### eslint --env-info
```
Node version: v14.9.0
npm version: v6.14.7
Local ESLint version: v7.8.1 (Currently used)
Global ESLint version: Not found
```
### yarn list | grep eslint
```
├─ …
ghost updated
3 years ago
-
When it comes to dynamic reusable snippets, I feel like the current include system is a bit lacking:
- You can only have one "function" per file.
- You have to pass in an object, meaning you have …
-
fmt accepts hard coded strings, but no variable strings.
This works :
```nim
var name: string = "Albert"
echo fmt("Hi {name}, this is a test")
```
While the code below throws a compile err…
-
I have some code that renders a popup window including script tags, somewhat like this:
```
const POPUP_CONTENT = `var foo = "bar"\x3c/script>something`;
```
The \x3c is required because otherwi…
-
Issue Type: Bug
This started happening on a recent update of VSCode, where git autofetch was triggering (I get prompted for credentials on every check), despite the git.autorefresh setting being …