Kim Burgestrand
Kim Burgestrand
See https://github.com/varvet/pundit/discussions/774 initial draft/rationale. ## Caution * We're introducing a new method [`Pundit::Authorization#pundit`](https://github.com/varvet/pundit/blob/d7251544dc552b7fe9f95933882279ae37e566ab/lib/pundit/authorization.rb#L19-L24). This is a namespace that is technically not ours, as this module included in controllers. ## Hopefully...
Hi! This PR is a discussion PR, opened mostly for the benefit of others running into the same issue. This problem also goes away in Q1 2023 when Ruby 2.x...
See https://github.com/Burgestrand/spotify/blob/master/examples/audio-stream_example.rb for usage example. Should probably solve #146, it has an (untested) implementation for #81 and might solve #140.
@burgestrand Is it possible to determine the player position using Hallon and hallon-openal? Ex: seconds or percentage of the track played?— Andrew Grieser (@agrieser) February 26, 2012 To do this...
Noticed this when I was fixing up Burgestrand/libspotify#5. The examples work fine, as long as no callbacks were called, so the logging in example segfaults before finishing. Not sure if...
The callbacks are by far the most complex and most annoying part to deal with. You have to take great care to make sure they are not garbage collected while...
libspotify uses an identity map internally, so for example retrieving a track by a link will return the same pointer. An idea is for Spotify to do the same. Not...
From what I gather by reading #25, the recommended practice is to copy-paste source code instead of using a package manager if you want any of the extensions. Perhaps the...
When using the `-e` flag, a [Tempfile is created](https://github.com/mynyml/watchr/blob/master/bin/watchr#L94). This tempfile will be deleted once ruby GCs (as no reference to the tempfile is held anywhere), which will cause a...
Instead of running `rake release`, we now use the GitHub action (https://github.com/varvet/pundit/actions/workflows/push_gem.yml) which effectively runs it for us. This thing needs updating to reflect that: https://github.com/varvet/pundit/blob/main/.github/PULL_REQUEST_TEMPLATE/gem_release_template.md