Roman

Results 245 issues of Roman

Save hook works for opened gist. However, when I create a new gist, and then update it and save, the gist is not updated.

The Money field sets HTML5 form field type to `number`. And Chrome has quirky behavior, which seems to be inline with W3C of not allowing decimal numbers by default. When...

### Describe the feature you'd like to request I'd like to see a transport layer that is pluggable and allows for other implementations to exist and does not assume the...

✨ enhancement

Two out of 4 links are not working. https://github.com/styleguidist/react-styleguidist/blob/a460fcc3d6a674146cd74b53362058e17e9aea7e/site/src/pages/index.js#L70-L79 --- ![screenshot-20220908T095954-VIvSxteL](https://user-images.githubusercontent.com/491247/189081146-b7177694-1720-418c-a770-052c5562fece.png)

GitHub workflows use default `npm` CLI versions for the environment, which is ambiguous. In some cases, a specific version of npm is required, but there is currently no way to...

This would then make the following possible: ```sh npm create projen ## or npm init projen ```

I am experiencing a problem, whereby adding a `.projenrc.ts` file manually to an existing project, throws the following: ``` 👾 (node:65287) Warning: To load an ES module, set "type": "module"...

I think projen should be broken up into the following packages: - `component-*` - several packages, each implementing a specific component. - `project-*` | `project-type-*` | `template-*` - _(not certain...

rfc

Following up on #1826 to make a more generic issue to foster further discussion. Specifically this comment: https://github.com/projen/projen/issues/1826#issuecomment-1211720662 > We need to make sure the contract for task runners is...

rfc