Brian Leishman

Results 24 comments of Brian Leishman

@ernsheong seems like his repo has the same issue

Just a note about the regex being used, it looks like it can be way shortened to something like this `preg_replace('/(^|\D)\./', '${1}0.', $formula);` This converts `.2x+(.4*.07)x` into `0.2x+(0.4*0.07)x`

I see the biggest pro argument as being able to tell whether or not a tag exists, just like @slessard has written an example for. It would be nice to...

I think if you kill it while it runs, there are some left over mounts. I found the mount by running ```sh findmnt | grep woe ``` And then `sudo...

Basically created this because this is *almost* perfect for use in file paths, but only being different because we want to keep the spaces in our file/folder names. So our...

Awesome, I can make those changes, and I'll do some before/after benchmark testing as well On Sat, Sep 14, 2019 at 2:51 AM Dobrosław Żybort wrote: > Also did you...

https://github.com/StirlingMarketingGroup/php-murmur-hash

Lol true, you're probably right, but this is something that I stumbled upon when I was trying to find the answer (be it in php, c++, whatever as long as...

It's probably worth mentioning that I think the other thing getting stuck like this was a compiled js file, and bit actually a typescript module. Tomorrow when I get back...

Same on Ubuntu 22.04 on Gnome/Wayland. Clicking copy here or hitting Ctrl+C seems to think it's being done successfully, but the clipboard is empty. ![image](https://user-images.githubusercontent.com/1208702/187932980-9fb7509f-6bd5-4fe4-beea-60b4dc6924b9.png) Also possibly related, Ctrl+S does...