-
https://gihyo.jp/book/2020/978-4-297-11462-6/support
-
As decided in https://github.com/mui-org/material-ui/issues/22342 we need to migrate all the components to the `@mateiral-ui/styled-engine` (emotion by default) API. We've already converted a dozen co…
-
-
The latest versions of Python are more strict wrt. escape in regex.
For instance with 3.6.8, there are 10+ warnings like this one:
```
...
lib/python3.6/site-packages/nltk/featstruct.py:2092: Depr…
-
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.1.0` to `1.1.1`.
🚨 [View failing branch](https://github.com/unional/color-map-rainbow/compare/master...unional:gre…
-
### Problem description
Running 4087, with HTML inside JavaScript/TypeScript tagged template literals, 'Expand Selection' does not select text within a tag. At present it selects the entire templat…
-
## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `6.4.0` to `6.5.0`.
🚨 [View failing branch](https://github.com/magikMaker/magik-vector/compare/master...magikMaker:gr…
-
Hello FluCoMites,
It would be nice to have progress outputs from stdout perhaps issued with a verbose flag or something ala Max environment objects. I took a look at implementing myself - alas I la…
-
In cases where the path is dynamically I have a bit of hard time to convert it. For example
```javascript
const importView = page => {
lazy(() => import(`^/Pages/${page}`).catch(() => import('^…
-
Is there a way to define `ARRAY` columns, maybe something like:
```
const blah = defineTable({
field: array(text()).notNull(),
});
```