Tyler Distad

Results 5 issues of Tyler Distad

Please generate Typescript types, per https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html I'm currently including your component in my project via `const { ReactGhLikeDiff } = require("react-gh-like-diff")`, but would much rather leverage Typescript to get full...

https://github.com/bhilburn/powerlevel9k/blob/master/functions/vcs.zsh#L18 is: ``` local untrackedFiles=$(command git ls-files --others --exclude-standard "${repoTopLevel}" 2> /dev/null) ``` and should be: ``` local untrackedFiles="$(command git ls-files --others --exclude-standard "${repoTopLevel}" 2> /dev/null)" ``` per https://unix.stackexchange.com/a/208622 about...

`elasticsearch-rails` includes instrumentation which subscribes to the `ActiveSupport::Notifications` events and logs data to the Rails log: https://github.com/elastic/elasticsearch-rails/tree/master/elasticsearch-rails#activesupport-instrumentation I have put together a patch to add support for this to Chewy...

enhancement

Hi! I'm curious about your project, but before installing it, I tried to check out the demo: https://app.grafolean.com/ It's down. :( Just spins on "Trying to connect to backend at:...

The latest Nuget version at https://www.nuget.org/packages/JmesPath.Net#versions-body-tab is from 2023. Could you please release a new Nuget version with the more recent fixes, including .Net standard 2.1 support? Thanks!