Janohmat

Results 12 comments of Janohmat

@orta thanks for catching that up. If you touch it anyway add a comment that the file is autogenerated from this repo. It would have stopped me complaining in the...

As i have seen this ticket i wanted to bump in the solution we made on our fork of the library. https://github.com/ESTOS/ASN1.js The different validation issues are now enum value...

Hey @luin, thanks for the quick response. Yeah typing here could be simplified (trivial though :))

Anybody made some improvement in a fork?

I did fork the library and i am trying to see if i get AsnReal implemented based on the way AsnInteger is coded. On the c++ side we are using...

@YuryStrozhevsky i am progressing concerning the real encoding. I read the X690 documentation as well as your "ASN.1 by simple words" which is pretty understandable (thanks for this document 😉)...

For those looking for the missing real encoding decoding take a look at https://github.com/PeculiarVentures/ASN1.js/pull/79 respectively https://github.com/ESTOS/ASN1.js

Just humbling over this topic. I am using https://wiki.loxberry.de/plugins/multi_io/start which is based on mqtt-io and it is not working with raspi 5 at the moment... ``` 2024-08-17 11:55:33,329 mqtt_io.__main__ (ERROR):...

I solved it with totally excluding those files from the linter. "linterOptions": { "exclude": [ "*-ti.ts" ] },

@michib29 are you also using Macvlan for your docker containers?