Mathias Haugsbø

Results 21 comments of Mathias Haugsbø

> Are usernames currently restricted to ASCII ? > > https://stackoverflow.com/questions/973541/how-to-set-sqlite3-to-be-case-insensitive-when-string-comparing#comment22403022_973785 > > e.g in the turkish alphabet: `i` -> `İ` > > I wouldn't touch this, to be honest....

Seems like you have not run `npm install`

I would say that having a setting where we could build our own default pathName would be even better: So a setting where the user inputs a template like: `{username}/{repoName}`...

This is still an issue 🤔 ![image](https://github.com/ostreifel/wiql-editor/assets/5204006/24e75070-c676-4679-8a1a-a22b1875688c)

Dude, the error message LITERALLY states that you need to provide an API key. And where to find it. Just do exactly what the error message says.

For storybook v7^^: ```JS // preview.js import "floating-vue/dist/style.css"; import { setup } from "@storybook/vue3"; import FloatingVue from "floating-vue"; setup((app) => { app.use(FloatingVue); }); ```

Completely agree with you here. Using Vite would be nice. Do we even need to convert SVG to PNG? Keeping them as SVG would allow coloring if I'm not mistaken.

Created a suggestion for a migration to Vite in #166

Approximately how large is your documentation website? And how long was the question? Maybe the embeddings query returned a full 4097 tokens and then the question was put on top....

There are essentially no reason that this nice utility should be in a vue plugin as it is only a wrapper for localStorage/sessionStorage. I have created a CustomVueSession like this...