Yannick
Yannick
Five Server should automatically look for a php.ini file inside the same directory where the php.exe file is, unless the option phpIni is set to false.
Would be nice to convert Nano JSX to and from an AST. ```jsx const App = () => { return ( title paragraph ) } const tree = renderToTree() //...
Hi @Maksims Check out the library I built called [geckos.io](http://geckos.io). It allows client/server connections over UDP using WebRTC and Node.js.
TODOs
## TODOs - [ ] Add support for Ammo.btHeightfieldTerrainShape. - [ ] Add easy-to-use Ammo.btSoftBody API. - [ ] Add support for deformable SoftBodies.
In [nano_jsx](https://github.com/nanojsx/nano-jsx-deno-example/blob/master/deno.json) I would like to import the `jsx-runtime` like so: ```json { "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "https://deno.land/x/nano_jsx" } } ``` But on `deno run`, this failes to resolve...
Can't `@prettier/plugin-xml` this just be a dev dependency? It depends on prettier and occupies about 17 MB disk space. https://github.com/ionic-team/capacitor-configure/blob/7d9b4c515c9bc60b8dbb454abba05ee928bccabe/packages/configure/package.json#L31 --- Similar for `ts-node`. It uses typescript as a peer...
Should `A` be render as `A`? How does react handle this (client-side)?