GPT

Results 57 comments of GPT

IMHO, definitely on the result table/scoreboard, because it is mostly used. You read, you compare, you click on the project name.

There is still problem with splitter sliding which is not smooth at all. See next screen record. https://user-images.githubusercontent.com/26875662/108601710-3bc93080-739e-11eb-8f6b-f6295ea3e117.mp4

*v.1.127.2.2* All splitters work in favour or against the **last** group, as long as the last group is fully minimized no other group can be **more** minimized. No splitter work...

And *reboost.js* ```js const { start, builtInPlugins: { esbuildPlugin } } = require('reboost'); start({ cacheOnMemory: true, contentServer: [ { ... } ], entries: [ ... ], hotReload: true, plugins: [...

Now, I get: ```txt TypeError: Cannot read properties of null (reading 'type') at findVisiblePathsInPattern (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/scope.js:646:23) at registerBindingFromPattern (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/scope.js:702:5) at CatchClause (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/scope.js:823:9) at Scope.crawl (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/scope.js:907:17) at Scope.init (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/scope.js:885:14) at NodePath.init (/home/.../SharedFolder/Frameworks/reboost-lit-test/node_modules/estree-toolkit/dist/nodepath.js:93:24)...

And those errors and warnings: ```txt Loading module from “http://192.168.1.53:7456/transformed?q=%2Fhome%2F...%2FSharedFolder%2FFrameworks%2Freboost-lit-test%2Fnode_modules%2Fawaitable-timers%2Findex.js” was blocked because of a disallowed MIME type (“text/plain”). localhost:8000 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the...

You are absolutely right! We do **not** really need it! You may keep it as a low priority sugar syntax for the spread operator in future when all other high...

*Note: I have added additional notes in the first message.* Yes, of course. For example: ```js start({ rootDir: process.cwd(), cacheDir: './.reboost_cache', entries: [ ['./src/index.js', './public/dist/index.js'] ], contentServer: { root: './public'...

We do not really need it, too! You may keep it as a low priority feature in future when all other high priorities will have been settled down and you'll...