Joseph Carroll

Results 27 issues of Joseph Carroll

The `meta` object can contain valuable information for the printed log format (such as the authenticated user), but it not used in the template process. The template functions should each...

Here is a proposal of what I think would be a good first step towards CSP compatible hot toast 😄 I'm not 100% on why casting a `React.CSSProperties` to `goober.CSSAttribute`...

### Describe the feature It appears as though `bundle` is the only method exported from core which does not have a corresponding `*Sync` method. Is there a reason `bundleSync` does...

enhancement

We have a pretty strict [CSP-Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) for our site and we would like to use a library which consumes `goober`. The problem is that goober will inject styles directly to...

This is a nice service, but the problem I have is that it is too aggressive with the spell checking... Not everything on the page needs to be spell checked....

enhancement
In Progress

The action bar color theme comes by default in a dark theme, is there any chance it could not be a dark theme? It is very difficult to read the...

Doing a fresh checkout of the project and running locally leads to many errors in the console: ``` www:dev: [1] [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: Can't resolve 'markdown-wasm/dist/markdown.node.js' in...

https://github.com/jaredpalmer/formik/blob/fe4ed7e048b14331a75e40cabf48e4787d9b2b71/packages/formik/src/Field.tsx#L215 It would be nice if `field` was destructured into the component props just like the others. I am certain this has been brought up before and I get that...

For anyone stumbling into this issue themselves, you **must** have an `nx.json` in each workspace otherwise Nx's project graph goes crazy **and finds nothing**. If you run `lerna repair` in...

type: bug
blocked: repro needed

v3.0.0 was released 3 days ago with out any documentation (nbd). Just curious are there any actual breaking changes? From an API / consumption perspective, it looks the same. The...