Mark Karpelès
Mark Karpelès
This file is generated by a linux 2.6 machine and is standard. utmpdump will parse it successfully. However because the file was generated on a sparc machine, it is big...
Found that issue is already fixed in https://github.com/Sub6Resources/flutter_html/commit/07dcac084858540f82662439d259ba1127f5b046 but the published version includes the bug
This looks interesting, but might be difficult to keep up to date (will depend on maintainer), also I see it uses a lot of unsafe.Pointer (I guess because of c2go),...
After a lot of research, it turns out most uses of PHP's preg_* methods are compatible with re2/golang's own regexp engine. Conclusion: creating a "re2" ext that exposes golang's regexp...
This is still being considered and feedback on this is welcome. Adding keywords to the language makes things easier to see, but can/will result in incompatibilities with existing PHP code...
It looks like golang.org is blocked in China, but can be accessed through https://golang.google.cn. https://blog.golang.org/hello-china (which you probably can't read) but there are Chinese forums about Go on https://gocn.vip/ where...
> Did you see this btw: > https://github.com/syyongx/php2go. > Could be helpfull Thanks for the link! Just checked this, it unfortunately doesn't actually implement PHP methods as they are, for...
@skjagini why would you use html at all in this? Just remove use of Uri.dataFromString and set initialUrl to your embedding url directly (https://www.youtube.com/embed/vlkNcHDFnGA for example)
@Anthonyjmartin I've made a fork where I added support for the 6 keys version and cleaned up part of the system, I also made it non-compatible with Windows/MacOS because I...
If you want I forked this into https://github.com/KarpelesLab/streamdeck and made some changes, including breaking compatibility by using a hid lib that doesn't depend on cgo but only works on linux...