-
Is it possible to extend the unicode support to the word boundary anchor?
For example the russian sentence cannot be split:
```
"hello there this is a test".split(XRegExp('\\b', 'A'))
(11) ["hel…
-
In TS when we want to use external js library, we need some specific file definition used by TS to compile correctly.
Those file are called "typings" definition, Have `.d.ts` extension.
https://typesc…
-
Is it possible to create private methods:
``` js
function privateToString(){
return `Point`
}
class Point {
#x;
#y;
constructor(x = 0, y = 0) {
this.#x = +x;
this.#…
-
the api front end always return a "type" field, lost first letter in name
`POST /formtype` with below JSON:
```
{"data":{"type":"formtype","attributes":{"name":"form1"}}}
```
The returned type beco…
-
https://github.com/Mr0grog/newless/blob/3fe059f3f8ac26d945afb01c880dd68d2e61d631/newless.js#L50-L61
Right there, I visited that link, and it seems nowadays bind is a lot faster (in Chrome):
![im…
-
# jsconfig.json 👎
```js
{
// This file is required for VSCode to understand webpack aliases
"compilerOptions": {
// This must be specified if "paths" is set
"baseUrl": "."…
-
## The devDependency [jshint](https://github.com/jshint/jshint) was updated from `2.9.6` to `2.9.7`.
🚨 [View failing branch](https://github.com/rogeriopvl/downstagram/compare/master...rogeriopvl:gre…
-
I wanted to be able to use fragments (with specific indices) inside MathJax contents.
I added the following lines to `plugin/math/math.js`:
``` javascript
MathJax.Hub.Register.StartupHook("Te…
-
I'm setting up a NextJS project and am encountering an unexpected issue with your eslint plugin. First, here's my `.eslintrc.json`:
```json
{
"settings": {
"react": {
"version": "detect"
…
-
### Is this a bug report?
Yes
### Did you try recovering your dependencies?
No
### Which terms did you search for in User Guide?
None
### Environment
```bash
Environm…