qwabra
qwabra
https://material.preactjs.com/ - windows - firefox - 72.0.2 (64) menu button didn't work. chrome is ok.
err in nodejs http.reques ------- ```js const http = require("http"); const treeify = require('treeify'); let r = http.request({ hostname: 'ya.ru' }, (_r) => { let str = treeify.asTree(_r); console.log(str); });...
# before remove ``` ``` - `http://localhost:3000/about` - is ok - `http://localhost:3000/about/` - fail ## patch ### template.html https://github.com/sveltejs/sapper-template/blob/master/src/template.html#L8-L12 ```html ``` ### runtime/src/server/middleware/get_page_handler.ts `node_modules/sapper/runtime/server.mjs:2544` https://github.com/sveltejs/sapper/blob/master/runtime/src/server/middleware/get_page_handler.ts#L321 ```js styles = Array.from(css_chunks) //...
```bash qwabra$ tsc -v Version 2.3.4 qwabra$ node app /Users/qwabra/Desktop/ref/app.js:23 set: function (value) { this._p0 = value; }, ^ TypeError: Cannot set property '_p0' of undefined ``` ## Fix function...
debugpy PermissionError C:\\Program Files\\WindowsApps\\BlenderFoundation ...
# windows rollup fail npm/yarn nodejs 12/14 windows 10 ## rollup `npx degit "sveltejs/sapper-template#rollup" my-app` ```bash > Executing task: yarn run dev < yarn run v1.22.4 warning package.json: No license...
# Error > Entity with this name was discovered, but not the prototype you are passing to the ORM. ## fix `target` in `tsconfig.json` file https://github.com/jonahallibone/mikro-orm-nextjs/blob/master/tsconfig.json#L5 ### from _es5_ ```...