Steeve Bjornson

Results 48 issues of Steeve Bjornson

Was looking through the Dropbox API and couldn't find if this is the case with the web API. And not sure where to look for `dbxcli`. Basically, wondering if this...

# Problem: adding a record to the cart takes too long. # Solution: 1-click add to cart. # Details: When adding a purchase to the cart, here is the minimum...

enhancement

Sometimes errors happen that cause the cart to disappear (never to return). If we cash the **session id** (from cookie), we can force Bandcamp to reload it. In the future...

I have been using Firefox on another computer and it seems like it's quite a bit faster than Chrome. As a result, I'd like to move this extension to Firefox...

Google Analytics is probably the easiest way for now: https://developer.chrome.com/docs/extensions/mv3/tut_analytics/ What to track: * each feature usage (i.e. do people click on any of the buttons, use keyboard shortcuts, etc)...

enhancement

It would be nice to be able to selective enable/disable features. This could then be extended for each feature to have some fine grained control (for example: configuring step size...

ideas

a user emailed this request: > Is it possible to add its functionality to the favourites page? This should be possible. Note: it may be better to implement this after...

enhancement

We have chained functions (via `fetch` and `offlineAudioContext`) which are not really tested in the code. The "was this function called" code exists BUT the functions that are called as...

enhancement

We have to move the audio processing out this class anyways because migration to "service workers" prevents the use of Offline Audio Processing. The only issue is that the response...

enhancement

~`,` and `.` jump forward/backward 1s~ `CMD` + `Forward Arrow`: jumps forward 10s `CMD` + `Back Arrow`: jumps backwards 10s `CMD` + `Up Arrow`: increase volume by 10% `CMD` +...

enhancement