Jack McBride

Results 4 issues of Jack McBride

Solving this issue https://github.com/wyattdanger/geocoder/issues/6

http://www.placecage.com/ getting heroku app application error :( Probably because Heroku stopped there free tier. I recently had to pay 5$ a month to host some of my old projects. Some...

We have the below Enum ``` public enum EmployeeType { Azure, Manual, } ``` Then when using FormattableSqlString ``` await dataContext.Database.ExecuteSqlInterpolatedAsync( $"UPDATE Employees SET Discriminator = {EmployeeType.Azure.ToString()}, AzureId = {azureId}...

Clicking the link in the social tab. Invalid invite ![image](https://github.com/silevis/reactgrid/assets/37148941/fdbf9de8-5957-4109-9ee1-37af436f9f80) ![image](https://github.com/silevis/reactgrid/assets/37148941/79cce6a5-8e50-4780-9398-0478c57771d6)

bug