Phil Bolduc
Phil Bolduc
If you are encoding at UTF-16, then each `character` is two bytes. But the error message is saying it cant be more then 1024 `characters`. It would be confusing to...
Not sure if Minio is following AWS specifications, but based on [Creating object key names](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html), it says: `The object key name is a sequence of Unicode characters with UTF-8 encoding...
Related issue #1278
This could work, but we wound need to ensure the only reason it doesnt render is because the template doesn't exist. If there is a problem rendering it because of...
Would it make sense to create a `ViewNotFoundException`? This exception could inherit from in current InvalidOperationException to maintain backward compatibility. We would change the non "try" version to throw ViewNotFoundException....
Very interesting and thank you @guardmedia for digging into the cause of the issue. I wonder at what rate limit would make it stable and NOT have people complain about...
Part of this change, I wonder if we could rename functions that are NOT called from the web page to start with underscore. See [ESLint - Code Conventions](https://eslint.org/docs/developer-guide/code-conventions). Knowing which...
There are no errors. I get ``` ___I_ /\-_--\ PlatformIO Home / \_-__\ |[]| [] | http://127.0.0.1:8008 |__|____|_______________________ Open PIO Home in your browser by this URL => http://127.0.0.1:8008 PIO...
I had the window open since I took the screen shot above and the PIO Home screen and libraries show up...
Moved to #1322