Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
If you are using this on the server then you might get a problem with the print("line 16: mode: byte") part if you don't want to fork the repo to fix it you can monkey patch the print() function like this.
Github Pages is configured to source files from the root folder of the master branch. It should source from /docs instead, not to pollute the root folder.
The file noto_sans.otf is nearly 16MB, which is rather large for a feature that may not be necessary.
I haven't yet investigated, but I imagine it should be possible to generate QR codes (without labels) without including a 16MB otf file in vendor code.
I'll play around with things on my side and update this issue accordingly.
Microsoft's documentation says: https://docs.microsoft.com/en-us/dotnet/api/system.drawing?view=netframework-4.7.2
"Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-tim
In order to get it working needs to create also HTML element with specific id. That wasn't mentioned in docs and I was getting error till I made it randomly trying different things.
I frequently re-introduce bugs I already fixed when releasing new features. I always do a lot of manual testing to reduce this but that's annoying and time consuming. I should really learn how to write automated tests but I don't know how to approach this with this component. How to simulate a camera in a test environment?
If you are using this on the server then you might get a problem with the
print("line 16: mode: byte")part if you don't want to fork the repo to fix it you can monkey patch theprint()function like this.