Aymen Elawad
Aymen Elawad
FYI, a workaround is to apply this to Configure System > Theme > Extra CSS: ```css #header #search-box { padding-left: 2em; } ```
It's now updated https://github.com/afonsof/jenkins-material-theme/issues/168#issuecomment-613032706
Here's an idea used by another git-hook package. https://github.com/okonet/lint-staged#working-from-a-subdirectory
Seeing this issue as well in CRA 5. But works in v4. On MacOS with Safari as default browser. Setting `BROWSER=google chrome` in `.env` no longer lunches Chrome, but Safari....
This worked for us using CRA@5 and HPM@3. ```js const proxy = createProxyMiddleware({ target: 'http://localhost:3001', changeOrigin: true, pathFilter: '/api', }); module.exports = (app) => app.use(proxy); ```
Issue still occurs using `node@20` and `@hapi/[email protected]`. Update description to reflect changes.
FYI, there hasn't been a change commit in 3 years. I would recommend moving onto this fork - https://github.com/satackey/action-docker-layer-caching/issues/347
I had the same question. Looks like it's fixed in `[email protected]`. https://github.com/scarney81/pg-hstore/blob/4f4530f82920f81fee3eda1d5c3600ca3598b280/package.json#L23