Th·Ma

Results 26 comments of Th·Ma

👋🏻 FYI, I've been running known with PHP 8.2.6 without issues - so far 🤞🏻 Besides, the application health is monitored with an APM generating regularly synthetic tests so that...

Hi! Would it make sense to encourage - [`unknown` type](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#new-unknown-top-type) introduction - first guarding against cases when `e` variable does not inherit from `Error` class ? - so that we...

Hey! I confirm that https://github.com/asdf-vm/asdf-nodejs/issues/388#issuecomment-2035636157 is a working workaround. ```shell # remove .tool-versions file when it exists as a regular file # (tested with darwin, zsh). # it may work...

Hey @AmritasyaPutra, I think you should definitely switch to using the dev branch. Its clearly not the best to recommend (with regard to the level of stability and confidence we...

Hey! The mysql migration directory contains: ``` 2014100801.sql 2015061501.sql 2016013101.sql 2016102601.sql 2016110301.sql 2017032001.sql 2019060501.sql 2019121401.sql 2020042101.sql 2020111301.sql #

Amazing! Congratulations on the release and thank you for making it happen!

We could also detect emacs version before switching from using [`batch-update-autoloads`](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/emacs-lisp/autoload.el?h=emacs-28.1#n1226) to using [`loaddefs-generate-batch`](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/emacs-lisp/loaddefs-gen.el?h=emacs-29.1&id=a9b28224af0f73d1fe0f422e9b318c5b91af889b#n725). It wouldn't cover the requirement i had to [call `(require 'autoload)` as well at first](https://github.com/thierrymarianne/contrib-ciao/commit/ed840bb5ee83262f863183dca113e3f8d60dba67), though.

You may be right @ergcode. I've not installed the plugin in a while. Are the instructions not working any more?