Udoh Jeremiah

Results 12 issues of Udoh Jeremiah

Providing more information on how the parse function works with floating point literals would be great, as I've ran into situations where I thought it intuitive to work with the...

doc

It's intuitive to think that `typemin` will do the opposite of what `typemax` does - which it does: ```julia help> typemin typemin(T) The lowest value representable by the given (real)...

doc

Looking at this [thread](https://discourse.julialang.org/t/how-to-overload-operators-and-their-doc-bindings/87372/3) here on discourse, I feel its paramount to avoid future confusions about this. The answer marked as [solution](https://discourse.julialang.org/t/how-to-overload-operators-and-their-doc-bindings/87372/22?u=uje) on the thread gives a good reason why...

I've often seen first timers coming from OOP language and then they complain about having to break their workflows and ask questions or google just to know a simple function...

doc

The statement made here about the `in` operator with `Dicts` is too strong and it has edge cases where it fails: > Some collections follow a slightly different definition. For...

doc
missing data

I am currently using `shadcn-ui` as my ui-kit with Next.js. What I am trying to achieve is to open a search dialog by using the keyboard shortcut:`⌘ + k`. However,...

The `Select` component, as described from the docs: > Displays a list of options for the user to pick from—triggered by a button. For devices with cursor/pointer, this works perfectly...

While this is not an issue for a bug, it is one for a feature request. We all know a big part of the react.js community uses TailwindCSS for styling,...

`@shikijs/twoslash` does not work on `rehype-pretty-code` `transformers` options, which the docs say [here](https://rehype-pretty.pages.dev/#transformers) that it should work. However, so far, it is not working. This is a sample of the...

I'm sorry if this is not a "bug" but rather not a feature of nativewind v4. However if it is, I am currently finding no way to provide a global...