Xriuk

Results 13 comments of Xriuk

> I am on angular 13, and I spent all the morning trying to figure out why the `localize-extract` was not extracting the `i18n` texts from the html template files,...

> > > I am on angular 13, and I spent all the morning trying to figure out why the `localize-extract` was not extracting the `i18n` texts from the html...

Also I don't know if this might be a problem, but the device is supposed to be using a baud rate of 2400, I tried instantiating it manually with `WindowsSerialPortDevice`...

I was trying with a RS232 adapter to USB, now I tried with a serial USB cable (on another port of the device) and it's initializing but I get an...

Just tested out with the default class SerialPort (System.IO.Ports) and it works, is there any reason why you are not using this package in your library?

The problem is in `ReorderableArrayInspector.cs script, at line 671`: `listData = listIndex.Find(data => property.propertyPath.StartsWith(data.Parent));` The `StartsWith(data.Parent))` part of it caused in my and your case to fail rendering correctly the...

Would it be possible to have an option just to clean a folder before generating the files? This way no old files would be left inside. Because I have 2...

Could it be possible to add a flag to distinguish preview from actual generation?

Apparently there's an option to make the cursor local, because now it seems global: [https://stackoverflow.com/a/3524875/2672235](https://stackoverflow.com/a/3524875/2672235) I managed to fix that by creating a class cloned from `SqlServerTriggerVisitor` and [changing the...

I'm not quite sure about the differences from EF and EF Core, in the latter the type of the entities in the model is [IEntityType](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.metadata.ientitytype?view=efcore-6.0#methods). So this would require an...