uglycoyote
uglycoyote
Under Windows, the view.file_name() may not always match the case (capitalization) of file on disk or in the depot. Adding GetFileName(view) function which corrects the case of file and replacing...
Your front page is very appealing with the 1-line installation and 5-line code sample and the word GO! The emphasis on the "super duper happy path" is also appealing. Unfortunately...
I noticed that the source of [Page.php](https://github.com/getgrav/grav/blob/244c34a536f0df8f4df4f3715efeef1dd3785171/system/src/Grav/Common/Page/Page.php), line 1881 to 1883, will trim the trailing slash off a URL. I believe I have a use case where it should not...
Unwanted Empty SVG Elements getting added underneath Snap(Snap.deurl(value)) in getattr.fill handler
Hello, I'm making something where I'm loading up fragments of SVG that have been saved from illustrator and using them as data to interpolate between. I'm running in to issues...
**Is your feature request related to a problem? Please describe.** I'm having issues where your PyCharm mypy plugin fails to report some errors that are successfully reported by the running...
I have noticed that when we subscribe to updates of builds via code like you find in ```console_view``` (taken from [this file](https://github.com/buildbot/buildbot/blob/master/www/console_view/src/module/main.module.coffee)) @$scope.builds = @builds = @dataAccessor.getBuilds property: ["got_revision"] limit:...
I am trying to make the switch to WSL (the newer version, WSL2) on Windows 10 since the build speeds are much faster, but being able to debug is the...
I am trying to develop something where different users, running the xAPI package that I am developing, communicate information through a shared document using the Activity Profile. (a sort of...
As someone planning to use xAPI from Typescript code, it would be great if TinCanJS had javascript typings to assist with auto-complete and type-checking, but if type definitions exist I...
I'm trying to evaluate this library, and it would be nice if the examples worked out of the box, but when I follow the build instructions, it only builds the...