Kyle Mitofsky

Results 15 issues of Kyle Mitofsky

https://developer.twitter.com/en/docs/twitter-api

**Prior Art**: [automate deploy to npm via gh-actions #2](https://github.com/VermontDepartmentOfHealth/sql-cli/issues/2)

contributing

When files are automatically deleted, it would be nice to have a setting matching the confirmation dialog of a Obsidian Trash, System Trash, or Delete so you could setup your...

When I have the following in my `pyproject.toml` ```ini [project] name = "jsonschema" [project.urls] Homepage = "https://github.com/python-jsonschema/jsonschema" ``` I get the following error message: ``` {"name":"jsonschema","urls":{"Homepage":"https://github.com/python-jsonschema/jsonschema"}} is not valid under...

I'm trying to see the generated code using the new [`GeneratedRegex` in .NET 7](https://devblogs.microsoft.com/dotnet/regular-expression-improvements-in-dotnet-7/#source-generation) ```cs using System.Text.RegularExpressions; public static partial class RegexExtensions { [GeneratedRegex($@"[abc]")] public static partial Regex IsABC(); }...

:lady_beetle: bug