fletchsod-developer

Results 6 comments of fletchsod-developer

Just a thought, make do with vertical list as it is & set the CSS width to make it smaller enough for it to become multi-columns GRID. Would that work...

Since #172 is marked as duplicare if this bug. So here's this issue we ran into. --snip-- I ran into this same issue with multiple barcodes & am in the...

One problem is we're using NPM. It's not like we can patch it this way. The cloud web app we're using is too integrated & it get deployed over to...

@SgElite - If all else fail then try this similiar script at the very bottom on this link for example written by bburns at https://github.com/zxing-js/library/issues/39 . It should not be...

How about web.config somehow? My company said it's a bad practice to use #Debug or #Release cuz it deal with processors, so my company require us to use web.config for...

At my company, we're discourage from using any compilation option in source code (cuz it deals with CPU) and we're required to use the config file (App.Config, Web.Config, *.Config.Debug, *.Config.Release)...