Patrick Remy
Patrick Remy
This package does have a fixed list of properties that can be passed on `nuxtron build` (config file, platforms, archs). But first there are much more arguments electron-builder supports, and...
If I configure the default language in nuxt's config `head.htmlAttr.lang`, it is overriden to `en` on static site generation. This is much confusing. Possibly it should first be checked if...
**Describe The Bug:** TypeScript interface [AccessoryPlugin](https://github.com/homebridge/homebridge/blob/master/src/api.ts#L51-L81) is missing the required `name` property. This property is accessed on [platform creation](https://github.com/homebridge/homebridge/blob/master/src/server.ts#L426) and suppressed with `@ts-ignore`. In the examples it is marked as...
# AccessoryPlugin add missing property types Unfortunately #2802 was auto-closed by Github, after force-pushing before finished rebasing. As I was unable to reopen it, even after successful rebase, I created...
This PR fixes #34 and makes this project work now again (at least for me). Probably the README should be updated with the new options. - [x] Properly escape form...
Copy & Paste error for 3.7.x changelog
### Expected behaviour A manual or automatic `cluster failover` doesn't have any impact. ### Actual behaviour A `cluster failover` causes `RedisClusterException: Couldn't map cluster keyspace using any provided seed `...
### Versions nuxt-vite: v0.1.1 nuxt: v2.15.7 ### Reproduction Tbd ### Description If using `vite.base` option, the build will get broken. But it isn't required as files are properly generated and...
Fixes #10057 # Problem ## Taints not found in psalm v5 using `$codebase->addTaintSource()` in plugin With the change of immutability (https://github.com/vimeo/psalm/commit/d0be59e16ef6e55f0349c60eab272947e21a2c11#diff-122c0df94b9a0557e4fd09b8d8c7324f4d6d8fff34f344e1e49318c8e7a0a242), addTaintSource() doesn't manipulate the $expr_type anymore and instead returns...
After upgrading from psalm 4.30.0 to psalm 5.13.1, I noticed that adding custom taint source via a psalm plugin is broken. Even the example at https://psalm.dev/docs/security_analysis/custom_taint_sources/ does not work. Adding...