Mikko Rantalainen

Results 34 issues of Mikko Rantalainen

For example: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/blob/7ce47fb79edc2027e8e228e0d577277a4c3c11a4/files/builds/stable-branch/bin/install.sh#L1051 The script uses "sleep 5" to supposedly wait for the process running in the background. Use shell built-in `wait` instead to continue waiting if the background process...

documentation

The install script contains various parts that cannot handle spaces in variable `$WP_DIRECTORY` correctly. For example: echo "WP_BOX='$WP_DIRECTORY' . $SP_PATH/bin/launcher.sh" >> $WP_DIRECTORY/box-run.sh will try to write to file or directory...

bug
documentation

It seems that the code currently uses hardcoded collaboration portal server defined in https://github.com/excalidraw/excalidraw/blob/master/.env Documentation for running a self-hosted collaboration server to be able to change this part is missing....

docker

**Is your feature request related to a problem? Please describe.** The manual page already describes some limitations of `inotifywait -r` flag. However, it fails to mention that if a new...

While translating a program to e.g. French, it is pretty common that the translator knows multiple languages, e.g. English and Spanish. Virtaal should allow loading en.po and es.po while editing...

enhancement

I'm thinking about building a Yjs+Atlaskit collaborative editor for our service. The existing system is running behind two redundant load balancers pushing requests to three redundant worker servers talking to...

enhancement

https://github.com/Masterminds/html5-php "Known issues" lists that Adoption Agency Algorithm is not yet implemented. Latest WHATWG spec does not have "adoption agency algorithm". I guess the latest match is https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inbody section "12.2.5.4.7...

The comment here https://github.com/Kicksecure/security-misc/blob/c19942f72b8d74056dd8da8c3cd9ac7e0fbe8991/etc/sysctl.d/tcp_sack.conf#L1-L2 makes it appear as if using DSACK would be a security problem. However, the discussion linked doesn't seem to provide any evidence for this. The linked...

Whenever end users are allowed to submit feed URLs to fetch, there's always a possibility of typo in the host or path and in case the response for the feed...

enhancement

The problematic code here is here: https://github.com/simplepie/simplepie/blob/a64bbd4d64a2c97d0dfa99c9a99f296ea2b89e4e/src/Cache/File.php#L114 The problem with that code is that if two PHP processes fetch the file at the same time and use `file_put_contents()` to update...