-
Hello,
When i copy the "title Folder", i downloadet here, into the Atmosphere folder on the SD CARD (with an Windows 10 PC), then put it in the Switch and start with RCM Mode -> Inject fusee Primar…
-
Seems native promises (with async await) give impressive performance. Fresh benchmarks on node 12:
```
results for 10000 parallel executions, 1 ms per I/O op
file …
darky updated
4 years ago
-
Зачем в каждом релизе есть sx OS Atmosphere _kefir в разных архивах? В чем различие?
-
With v6 out of LTS, should we refactor the code base to >= v8? This could mean trailing commas in functions, native Promises and async/await. I'd be highly in favour in doing this and releasing a new …
-
**Describe the bug**
Crash upon launch of Checkpoint from homebrew menu. Black screen. Hitting home button caused the screen to turn white (presumably related to my theme being the default white). …
-
Kefir’s docs show uppercase `Kefir`: https://kefirjs.github.io/kefir/
can-kefir’s docs follow suit and show uppercase `Kefir`: https://canjs.com/doc/can-kefir.html
…but as far as I can tell, Kef…
-
e.g. after inputing '()'.
-
This code fails when I run it in test:
```typescript
await new Promise(resolve => {
const subscription = db.myData().observe(s => {
subscription.unsubscribe();
t.deepEqual(s, expected…
-
Write a codemod that updates the `.travis.yml` file to include:
```yml
dist: xenial
services:
- xvfb
```
This can replace:
```yml
dist: trusty
before_install:
- export DISPLAY=:99.0
…
-
The idea is to introduce an "envelope"-type construct into micro, that would allow us to express a broader range of HTTP responses as a simple `return` statement.
It restores a concept absent in th…