-
It's hard to believe we've been working on Cardshifter for a bit over a year! I would like to ask everyone about their experience(s) so far, so we can make a sort of "mural" of each other's most meani…
-
Object.entries and friends can illustrate:
```mjs
const entries = Object.entries(
new Proxy({
__proto__: { x: 'from proto' },
x: 'own'
}, {
getOwnPropertyDescriptor(...args) {…
bmeck updated
3 years ago
-
Hello,
I’m trying to send sensor data to business system no-code tool named “Kintone” from Cybozu.
https://kintone.cybozu.co.jp/
I made a flow to add record then it works fine on Ubuntu. However,…
-
**不具合の概要**
`npm run mod`でmodをインストールしようとすると
`### Error: no manifest!`
で終了する。
**再現手順**
1. `npm run mod ./mods/face/manifest.json`を実行する。
2. `### Error: no manifest!`と表示されてmodがインストールされない。
**想定す…
s1tnk updated
1 month ago
-
I think hyperswarm would be great match for IoT devices.
Currently you usualy need cloud to control your smart light bulbs and/or domestic heating.
But with hyperswarm it would be possible to contro…
-
Pin Specifiers are passed to IO constructors:
```js
new Digital({pin: 1, mode: Digital.Input});
```
During development of ECMA-419 2nd Edition, it was observed that when the pin is `undefined`…
-
Hello, i wanted to use the switch version of the Miitopia save editor but it is asking for a main.sav, which I do not have, and if I name my save to that it dosen't work.
I understand it was origin…
-
Hi,
I already rewrote all the scripts to a modular configuration style and start/stop system, which can be easily extended (and exchanged) for the purposes of the projects. In PirateBox 1.0 this is on…
MaStr updated
9 years ago
-
thanks to bitwise operators!
-
**既存の機能に問題がある場合、その説明**
#255 をはじめドキュメントの新規作成や修正することが多くなってきました。そこで、ソースコードにおける`prettier`や`ESLint`のようなツールを導入することにより、作業者間でのドキュメント体裁等の差異を無くしていきたい。
**あなたが望む解決策**
対応可能なものから段階的としたいですが、以下の対応を想定しています。
…