Bartek Kus
Bartek Kus
I've done some work on react-toolbox upgrading them to Babel6 and doing webpack tweaks and in my opinion it's very solid set of react components albite quite undervalued from popularity...
another up and coming challenger is [nordnet-ui-kit](https://github.com/nordnet/nordnet-ui-kit)
The community is now actually doubling in strength upon hearing about this unfortunate situation and many outside entities involved in OSS now step forward to support the transition, upkeep and...
As of right now, a lot of basic have been established as I've transferred a lot of functionality from other projects that I've been working on. I'll try to keep...
Please ensure that your oath keeper/config/config.yaml looks like this: ``` authorizers: allow: enabled: true remote_json: enabled: true config: remote: http://keto-api:4456/check forward_response_headers_to_upstream: [] payload: | { "subject": "{{ print .Subject }}",...
Work-In-Progress - Submittal for reference as objections/suggestions are addressed.
- I've recombined all webpack configs into one and adjusted package.json to utilize ``` NODE_ENV=/*mode*/ ``` in order to trigger them. I've also removed .babelrc and moved the setting to...
Would the team be onboard if an alternative would be implemented using full-stack server rendered implementation? Our team has been utilizing Remix.run internally to essentially simplify/bridge the chasm between server/client...
As a side note, the [values.example.yaml](https://github.com/supabase-community/supabase-kubernetes/blob/main/charts/supabase/values.example.yaml) is missing `enabled: true` for: - studio - auth - rest - realtime - meta - storage - imgproxy - analytics - vector -...
Ahh I see, so it is safe to assume that even despite not explicit setting `.enable` to true, the services are going to boot up and operate as expected? I'm...