Joep van der Heijden

Results 8 issues of Joep van der Heijden

I found this here: https://github.com/nategood/httpful/blob/fc8e4274a09529a6ff29b9c6c0a105ee43dbfda5/src/Httpful/Request.php#L35 It looks like it will not verify tls by default, is that true? If so, shouldn't the strict_ssl value be true by default? It also...

I noticed that when browsing to http://browsehappy.com/ on an Android device it lists the same browsers as on OSX. This is weird because I can't, for example, install IE and...

I see the libheif library has published some newer versions. Would it be possible to release libheif-js versions using these versions? I was trying to get this working myself but...

There is a known HTMLCanvasElement memory issue in (older) Safari version. It's discussed in this article: https://pqina.nl/blog/total-canvas-memory-use-exceeds-the-maximum-limit/ It suggest cleaning up the canvas after usage. Meaning this: ``` canvas.width =...

I took the first image coming from https://github.com/tigranbs/test-heic-images and enlarged it to a 9.8MB heic file using the macOS preview app. I can't upload heic file to Github it seems....

## Current Behavior ``` { "command": { "version": { "message": "chore(release): version %s" } } } ``` Using this config and versioning a prerelease doesn't replace the `%s` It results...

type: bug

I'm running into multiple issues when trying to compile this project on a mac. When trying the compile steps as described [here](https://github.com/strukturag/libheif?tab=readme-ov-file#macos). - The cmake command it giving a lot...

### Describe the bug When adding `@category components` to my react components docs I was expecting to have a new menu item to show up named components. This is not...

question