sheoak

Results 9 issues of sheoak

https://github.com/maoberlehner/building-a-modal-dialog-with-vue-and-vuex/blob/933e67a77691193f4b30cf9575d342e25fbf20e6/src/components/AppModal.vue#L54 Because the loading is dynamic, this.component will be set to a component that is not loaded yet for a short time. The dynamic component in the template will in...

I understand that chrome's API doesn't allow to read $HOME or ~/ in file path. So you have to add your username in the configuration: `let configpath = '/home/myusername/.cvimrc'` This...

[Emmet documentation](http://docs.emmet.io/cheat-sheet/) shows that `@f+` should expand as a @font-face declaration (more complex than from `@f`). This is a very handy snippet, I'm not sure it is implemented or if...

Hi, I'm working on a powerline & nerd fonts theme for neomutt. You can check it out on my repository: [sheoak/neomutt-powerline-nerdfonts](https://github.com/sheoak/neomutt-powerline-nerdfonts). It's not easy to add the colors with the...

I am currently working on a backend based on this repository. I was wondering why the design choice of the "CRUD" classes as independant entities. I was thinking about creating...

investigate

No option to disable mappings. I'm sending you a pull request. Cheers!

**Describe the bug** When creating backlinks, the documentation (to my knowledge) doesn’t show a way to retrieve them immediately. This has been asked several times in the questions section, but...

bug

**Describe the bug** Beanie projections are expecting an "_id" field, but Pydantic schema expect "id". This makes it impossible to use the same Schema and create duplicated code (unless I’m...

bug