Benjamin Høegh

Results 43 comments of Benjamin Høegh

> Depending on what you're trying to do, could it be made easier if there was a constructor or more getters made available for `TList`? Just trying to make tasks...

You could make use of of unicodes to make the browser render a emoji using the system emojis. Example: ``` U+1F600 ``` will be: ``` 😀 ``` You can see...

Also seems to very slow compared to joblib's parallel

this dosen't work for me :(

i have this issue too and `enable-local-file-access` didn't help

I could update the script so you can add a class or a id to the list. By default ParsedownExtended doesn't add any styles

Updated version, now with data on 4235 functions [data.json](https://github.com/rosswintle/can-i-php/files/14795075/data.json)

@yoavram Pretty sure this does the same and it fixes an issue where it selects incorrect matches `(~(?!~)([^~ ]*)~(?!~))` [DEMO](https://regexr.com/3qr3t)