GPT

Results 49 issues of GPT

It will make the access to each project easier; no need to search. Tia

Hi, please let me know your thoughts about @lit-labs/ssr? What is the relative position of both projects? *Tia*

I have observed that script always leaves a space in the beginning of the resulted line. Is this space necessary? *Tia*

scripts

After typing `npm i awaitable-timers` and ```js import { setTimeout, setImmediate, setInterval } from 'awaitable-timers'; ``` I get the following errors: ![reboost-awaitable-timers-error-1](https://user-images.githubusercontent.com/26875662/144032637-7a8e2f5b-7977-404c-89bf-3e86213d470f.png) ![reboost-awaitable-timers-error-2](https://user-images.githubusercontent.com/26875662/144033625-245a7f60-0f0b-4a97-b400-141c1651b42b.png) where *awaitable-timers/index.js* ```js 'use strict'; // Use...

Since you give the option (freedom) for default plugins (`CSSPlugin` and `esbuildPlugin`) not to be included (i.e. to get disabled), it may would be better to cancel the term "default"...

**All** options which are mentioned to be displayed on the terminal or exported to a file, maybe in the following form: | name | relativeFilePath | absoluteFilePath | Option.property. ......

I suggest the use of `extends: string` property in options which are related to foreign packages configuration. In this manner, the `reboost`'s own options are kept separate from the foreign...

enhancement

A problem which I usually face, and probably other users, too, is the correct declaration of relative paths, especially of those ones which are related to foreign packages/modules config options....

enhancement

When you use foreign packages and want to mention their configuration options, you could also use an extra table to make clearer what options are actually available to the user....

documentation

This is my suggestions and how often I use some features: - Option for avoiding of stealing focus by the applications being started - eg. I click 10 applications to...

question