L3odr0id

Results 6 comments of L3odr0id

[This](https://github.com/fluttercommunity/flutter_launcher_icons/issues/221#issuecomment-1150707790) is a way to overwrite contents.json for ios.

As I mentioned in issue, it works on the real device

In my pull-request, I already proposed a solution to the same problem. But this repository seems to be dead

> Another more elegant way is `matrix[i // 4].append(byte)` Yeah, I did exactly the same thing in #8

It’s interesting that modules using `real` types trigger different error messages. For example, reading this module: ```systemverilog module a (input real a1); endmodule: a ``` gives the following error: `ERROR:...

Interesting that removing the assignment ```Systemverilog module a (output bit [0:0][0:0] b [0:0]); endmodule: a ``` changes error message to `ERROR: Signal \b' with non-constant width!`