-
Having recently got my installation back up and running, I'm reminded again of just how fragile JavaScript dependencies can be. I was only able to get things up and running by adding a `graceful-fs` o…
-
## Acceptance criteria
- [x] The listed features are documented sufficiently on MDN
- [x] BCD is updated
- [x] Interactive example and data repos are updated if appropriate
- [x] The content has…
-
### 🔍 Search Terms
"regex type", "regular expression type"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change the r…
-
Please add your name if you want to help as a mentor. Don't be shy!
meaku updated
5 years ago
-
```
Maybe we could establish a meta tag, that allows to force flash mode
for certain user agents?
Like:
Of course, if using regex, a single meta tag would suffice, like:
Where the part in the c…
-
```
Maybe we could establish a meta tag, that allows to force flash mode
for certain user agents?
Like:
Of course, if using regex, a single meta tag would suffice, like:
Where the part in the c…
-
Currently, the viewer's archive calendar is formatted in a way that works fine for some archives but not for others. In particular, the format works fine for archives that have data for consecutive mo…
-
moved from shitjs/meta/issues/2
## Initial thoughts
#### informal description
0. written in JavaScript
1. no statements, only expressions
2. no `var` (variables are always declared in a glo…
-
**Describe the bug**
In Section [7.2.4.1](https://github.com/mojaloop/mojaloop-specification/blob/master/documents/API%20Definition%20v1.0.md#7241-regular-expression) of the API specification, the de…
-
```
CPython's regex implementation is slower than it could be. There are a lot
of techniques we could use to make things faster:
- JIT compile regexes. V8 and SquirrelFish Extreme have had good luck …