Sohibe Alhabroosh
Sohibe Alhabroosh
Maybe it is not an issue, but I found the cause, it is because data.xml contains
notes.xml ``` Tove Jani Reminder Don't forget me this weekend! any any Reminder Don't forget Bob Tove Reminder Party! ``` When I used an XML file similar to this for...
It would be better if Jackson throw an exception in this case.
This warning also occurs for me, but only when using esbuild with the following configuration: ```json angular.json { "executor": "@angular-devkit/build-angular:application" } ``` ```js import type { CapacitorConfig } from '@capacitor/cli';...
We are using version 6.0.20. Although friendlyDeviceName is available in the SDK, it seems to be ignored; setting it to any value does not affect the output of fetchDevices(), as...
for best practices it's not preferred in normal getters.
name the variable to just `pinned` and let the generator append `is` to it. also we follow Java Naming Conventions, Java follows camel-case syntax for naming the class, interface, method,...
When the number of concurrent builds was set to the default value of 2, it worked as expected. But when I set it to 1, all builds started running simultaneously.
I'm not a PHP developer, but hopefully this helps track down the bug. I asked AI to compare version 407 (which users said works fine) with version 408 (where the...
@peaklabs-dev @andrasbacsai thanks for all the great work 🙏 I’m not a PHP dev, so I tried to help where I could. This bug is pretty frustrating for some of...