Julius Henke

Results 7 comments of Julius Henke

I got this working by getting the buttons_layout view and changing the visibility to visible: `colorPicker.getDialogViewLayout().findViewById(R.id.buttons_layout).setVisibility(View.VISIBLE);` Improvement suggestion for OnFastChooseColorListener: Only disable default buttons and keep buttons_layout view still visible...

@mrbrianevans Maybe you have missed the change in what parameters need to be passed to `ReactHintFactory`. Taken from `README.md`: ```jsx // Preact import {h, Component, createRef} from 'preact' import ReactHintFactory...

I would also appreciate this option. Having to provide 2FA on every login for the same client device is tedious.

I have made a pull request #282 and implemented some of the suggestions from @chanwitkepha. The indexing works great but the web search interface will not work without further changes.

The proposed config solution for repos sound really cool. In the meantime I ended up with a different solution for sharing hooks. I publish an npm package containing the shared...

I made a minimal reproduction running a plain JavaScript file with Node.js v16.15.0. https://github.com/JuliusHenke/chrono-issue-465-example

I did test node version `v18.6.0`, `v16.15.0` and `v14.20.0`. All resulted in the first two logs being printed `null`. But then I could pinpoint the issue to the system timezone...