Hernan J. González
Hernan J. González
Same error here with 1.6.8, using vite 2.9.14 and node 16 ``` TypeError: Cannot read properties of undefined (reading 'STRING') at node_modules/json-schema-yup-transformer/dist/schema/utils.js (utils.ts:28:14) at __require2 (chunk-IJ7IQSKN.js?v=131fbf65:19:50) at node_modules/json-schema-yup-transformer/dist/schema/index.js (index.ts:2:1) at...
Same here. Worked with 1.6.7
> Each code point is 21 bits in size. I (mildly) object to that. Bits relate to charset encodings. Code points are just abstract numbers (in the range 0 to...
I find strange that in the section > Is x either undefined or null? > only the natural/trivial comparison is mentioned `if (x === undefined || x === null) {...
_From [[email protected]](https://code.google.com/u/110539066315006701789/) on November 09, 2013 02:45:04_ Just forgot to note. Please refer to http://msdn.microsoft.com/en-us/library/47ek66wy(v=vs.110).aspx for more detail about FileStream constructor behaviour.
_From [[email protected]](https://code.google.com/u/[email protected]/) on November 01, 2012 17:02:56_ A problem has been reported by a user running this on Win8 "Cannot find type System.ApplicationException" and digging inside a most serious problem...
_From [[email protected]](https://code.google.com/u/[email protected]/) on December 17, 2012 06:38:47_ Almost done, with the new version 1.1.4 that does not use SharpZip . Next step (soon), migrate to the new "portable class library"...
_From [[email protected]](https://code.google.com/u/[email protected]/) on December 22, 2012 13:02:23_ To build and distribute this as a "portable class library" would be indeed nice. What's not nice is that VS2012 Express does not...
As today, one can skip CRC checking by calling `PngReader.setCrcCheckDisabled()` But the idea of that method was mainly to speed up a little the reading. It might be useful to...
PNG supports transparency in several ways, https://stackoverflow.com/a/13570973/277304 I'm no sure this kind of intelligence belongs to this library, but I'll think it over