-
The postfix `!` operator which is used within TypeScript as a [non-null assertion operator](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-0.html#non-null-assertion-operator) …
-
> @giltayar « I want all that TypeScript code that developers write today to become JavaScript. If we don't do that, I am afraid we could lose control of the language to third party type checkers. » -…
-
I'd like to start learning, and if there's a v2 branch, I'd like to check it out.
This issue may be better off in [Discussions](https://docs.github.com/en/discussions/quickstart).
-
```
I use bootchart-lite to get my proc_diskstats.log proc_ps.log proc_stat.log
file in ARM embedded system. However, it shows error message when I use
pybootchartgui to generate a boot chart.
PS…
-
Hey,
I'm not sure if this kind of things is outside of the scope of the language (is it "_only_" supposed to add types to JS, or is it an opportunity to improve other areas too?), but I thought I w…
-
## Papers
short URL for this page -
https://git.io/fpAk3
### Target asteroids #3
1. [ ] https://github.com/ExponentialDeepSpace/exponentialdeepspace.github.io/issues/35#issuecomment-443314…
-
## Expected Behaviour
When providing an IPXe URL, that is data-uri encoded, boots should expand this URI into the decoded content and pass this to IPXE. This would be equivalent to `#!ipxe` us…
-
Array
```
[{"id":"97056520","name":"Leibniz","name_original":null,"name_other":null,"born":1646,"born_date":null,"born_questioning":false,"died":1716,"died_date":null,"died_questioning":false,"ge…
-
# 抽象化
- 還元はtop-downな方法なのに対して、抽象化はbottom-upな方法なので、別の章に置くのが妥当?
- 内容が少ないうちは還元の章に置いてもよい
- 共通する属性で上位概念を定義(別の章?)
- 抽象化の話の前に「データを複数の属性で表す」ことを扱う必要がありそう(FCAの定義と関連?)
# モデル・モデル化
内容としては還元よりこちらに近い
-…
-
I'm using peggy to generate a parser that I'm publishing to npm. The project the parser is in uses typescript.
I build the output file from peggy `./dist/parser.js`. In my project, I also have `./p…