bugproof

Results 38 issues of bugproof

Transitions don't work with `font-effect` `[Warning] - Property value 'shadow( 2px 2px black )' is not a valid target for interpolation.` https://tobiasahlin.com/blog/how-to-animate-box-shadow/ it'd be much more flexible if those effects...

enhancement
wontfix

I know veles is visualization tool but it also looks like a nice hex editor and misses it. ![image](https://user-images.githubusercontent.com/3116731/34323170-a012aa4e-e83c-11e7-92c9-524086ae1ebd.png) I wish I could ditch commercial hex editors and use some...

contrib-medium
feature
help wanted
good first issue

What's the difference between https://github.com/matteofabbri/AspNetCore.Identity.Mongo ?

question

It would be nice and helpful to have some constants for `OpenApiSchema.Type` based on this: https://swagger.io/docs/specification/data-models/data-types/ Instead of typing "array" etc. all the time when trying to parse or create...

type:enhancement

You already have a port made but it's not findable here https://vcpkg.io/en/packages.html and it's harder to consume than all the other vcpkg libraries. Ideally it should reside in this repo...

Application below will crash if discord is not running or is not installed. `core` will be null. The docs should mention that. (when using NoRequireDiscord) `if (core) ` should be...

documentation needed
gamesdk

Is it possible to bind these shortcuts to "Rust Analyzer: Run" and "Rust Analyzer: Debug" ? ![image](https://user-images.githubusercontent.com/3116731/88979105-44063500-d2c1-11ea-8cee-46ca0bc70529.png) ![image](https://user-images.githubusercontent.com/3116731/88979127-4d8f9d00-d2c1-11ea-8b87-29ecf8f6bfc8.png)

A-vscode
S-unactionable
C-enhancement

RakNet has feature called "timestamping" http://www.jenkinssoftware.com/raknet/manual/timestamping.html It would be cool to see something like that in enet.

Is there really a need to bump the version each build? I think it would be better if it was bumped during publishing or packing only just for the NuGet....

`Unhandled exception. System.ArgumentException: Can not add property type to Newtonsoft.Json.Linq.JObject. Property with the same name already exists on object ` Another problem is forced `DisallowNull` which results in many errors...