-
GitHub: https://github.com/typescript-exercises/typescript-exercises
-
## ttanjo (tom-tan) reported this on 2021-06-19T12:16:53Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=22043
### CC List
* moonlightsentinel
### Description
I tentatively set the …
-
## ttanjo (tom-tan) reported this on 2021-06-19T12:16:53Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=22043
### CC List
* moonlightsentinel
### Description
I tentatively set the …
-
It's a common failure for people to attempt to check something about the type of a *type variable* by doing `if (T is SomeType)` (or even occasionally `T as SomeType` as a way to promote the type vari…
lrhn updated
3 months ago
-
I would ask the developers for commenting on a largish refactoring change. I would like to separate the UI driver low level driver code from the code which handles the drawing API. That means we will…
-
Here is my attempt at display loss recovery implementation for wlroots 0.18:
https://gist.github.com/kode54/58b9e30ed73f82e1cfb040fe84f36c66
It doesn't work so well.
Last attempt crashes with…
-
My app is running as PWA on iOS Safari but the SafeArea widget does not work as expected. see image below or
[App](https://dev.web.gotok.app)
![IMG_2BD65F959615-1](https://user-images.githubuserc…
-
There are many methods in libc++ which can cause out-of-bounds issues when given incorrect inputs, such as any method that takes one or more iterators as its inputs, or that takes a pointer input.
…
-
hello everyone
i need to build a websocket server that needs to talk to cups. i've got that part sorted out. i've tried to give the websocket example a try.
vibe.d version 0.8.4: compiles well h…
mengu updated
6 months ago
-
| | |
| --- | --- |
| Bugzilla Link | [20205](https://llvm.org/bz20205) |
| Version | trunk |
| OS | Windows XP |
| Reporter | LLVM Bugzilla Contributor |
| CC | @chfast,@DougGregor,@zygoloid,…