Joseph Dykstra

Results 44 issues of Joseph Dykstra

![image](https://github.com/mahmoud/zerover/assets/1833684/e98fb0ad-5093-4a4f-8444-3f25cd773028)

## Description I changed the `mysql` update.ps1 script to be similar to the `mysql.workbench` update.ps1 script. The big difference is that I had to filter out "mysql-cluster-[VERSION]" [tags](https://github.com/mysql/mysql-server/tags), and figure...

Similar issue to #197, but for `mysql`. The latest `mysql` version in chocolatey is 8.0.31. I'm able to download 8.0.38, 8.4.1, and 9.0.0 from the MySQL website. > https://github.com/mkevenaar/chocolatey-packages/issues/197#issuecomment-1552933157_ >...

https://dev.mysql.com/doc/refman/8.0/en/optimizer-hints.html Add a function for optimizer hint queries? I don't think I can do `query.select('/*+ INDEX(table_alias foreign_key) */')` or it would add a comma after it. What API do you...

I like the dark orange "contact" section, but not the light orange background. Make the background `#F0F0F0`. Maybe also delete the search input's `margin-after`. | before | after   | |--------|-------|...

help wanted

In Sublime Text, when no text is selected and you hit Ctrl+Shift+D, it duplicates the line. In Sublime Text, when text is selected and you hit Ctrl+Shift+D, it duplicates the...

I'm not very familiar with ESLint JSON, so this would have made it a bit clearer to me.

I've got code that's similar to line 3: ```ts import fnum as 'financial-number' const a = fnum('100') const b = fnum('42') const smaller = a.lt(b) ? a : b ```...

```ts const tiny = 900000000000000000000 const huge = 1000000000000000000000 tiny.toString() // => "900000000000000000000" huge.toString() // => "1e+21" fnum(tiny) // works fnum(huge) // throws error fnum(tiny.toString()) // works fnum(huge.toString()) // throws...

Replication steps: 1. https://www.comicsrss.com/ 2. Type "vintage" into the filter 3. Preview any strip Expected: multiple comic strips Actual: only one comic strip