Rob Janssen

Results 23 issues of Rob Janssen

`Line 52` of `tweets.js` contains: ``` if($.browser.msie && $.browser.version < 8){ ``` This causes a JS error: "Uncaught TypeError: Cannot read property 'msie' of undefined". This is because jQuery deprecated...

[Apparently](https://github.com/RobThree/NGeoNames/issues/4) a few new files have been introduced. We'll need to add support for those.

enhancement

Hi! Came here from [your video](https://www.youtube.com/watch?v=l9b8ghprj9I). Nice work, this looks great. Going thru the README I noticed this: ![image](https://user-images.githubusercontent.com/607888/188514729-4caa6abd-12cf-4cfd-ad5d-c9180fac2ac7.png) There's this pattern: `IfFoo(...)` -> `IfNotFoo(...)`, `IfBar(...)` -> `IfNotBar(...)`. And then...

I liked [your video](https://www.youtube.com/watch?v=baJYhYsHkLM) but one important thing, to me, that was missing was that you never once pointed out that `hashCode()` is a **horrible** choice. It's nice for a...

### Describe the bug 🐞 When using `CollectionFormat.Csv` for the `CollectionFormat` in `RefitSettings` strings get serialized as comma separated values (e.g. `Test` becomes `T,e,s,t`). ### Step to reproduce The below...

bug

Can the filename overlay on images please be removed / disabled? ![image](https://github.com/Part-DB/Part-DB-server/assets/607888/1d482d85-c3b1-4d7b-a1a4-e36594207aca) When browsing the images the overlay makes me have to move my mouse out of the image (to...

enhancement

If this project is no longer maintained (and it appears to be that way) would you archive the project and add a link to an actively maintained fork (like [this...

This works: ```c# [HttpGet("{id}")] public Task GetAsync(long id, CancellationToken cancellationToken = default) => _connectionproductservice.GetAsync(id, cancellationToken); ``` Request URL: `https://localhost:5001/api/v1/foo/907306994157748224` This doesn't: ```c# [HttpGet("{id}")] public Task GetAsync(ObjectId id, CancellationToken cancellationToken =...

needs-repro

I ran into a problem where I wanted better control over the ordering of the controllers. This resulted in a `SwaggerControllerOrderComparer` which I **explained and implemented [here](http://blog.robiii.nl/2018/08/swashbuckle-custom-ordering-of.html)**. I'm leaving this...

How is this going to stop anything other than “human spammers” (which are close to non-existent compared to spam-bots anyways)? Any decent bot will (in time) just retrieve the “hidden”...