discussions Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged is:unmerged
Filter by
265 results
insindresorhus (press backspace or delete to remove)Some qualifiers in your query (language, archived) are not supported when searching discussions. Try searching for repositories instead?
:
Is it possible add the ability to Loop a video link to a (.mp4) file?
:
Firstly, thanks for a cool and simple theme!
This is not really an issue, just looking for advice. I am looking to fork pure and fit it to my own needs. In that
regard I d like to add a right prepromt ...
:
I am calling an API that can responds with HTTP code 409 and a response body as below.
{
error : {
message : some message ,
type : Exception ,
code : 0
}
}
I tried ...
:
I have a hook like this:
hooks: {
afterResponse: [
async (_input, _options, response) = {
const _json = await response.json any ();
if (!response.ok) {
throw new Error(_json?.errors ...
:
If status is 401 then, I just want to remove token from cookie and redirect to login page. Don t want to retry agian. I
use nextjs.
export const formatError: BeforeErrorHook = async (error) = {
const ...
:
I d like to better understand how ky compares against got-sraping. The HeaderGeneratorOptions seems a pretty trivial
feature to me, since it just sets very few headers you could manually define yourself. ...
:
Having it makes Plash controllable via launcher tools like Alfred or Raycast.
:
First off this is a cool app. Thanks. I m trying to use it to display my Home Assistant status screen on a separate
monitor.
Is there a way to resize the page so that it exposes some of the background ...
:
If I open Youtube and put a video in fullscreen, the keyboard shortcut for toggling browsing mode only works to enter
the mode, not to exit it.
Is it possible to exit browsing mode when something is playing ...
:
Hi everyone,
I’m migrating to ky in my project and facing an issue while testing in a Jest environment. In the browser, everything
works perfectly fine with relative URLs, but my tests fail with the following ...