LukasDoesDev

Results 7 issues of LukasDoesDev

https://github.com/sagiegurari/cargo-make

Shouldn't it be `Page.type_builder`?

1.11.0

I'd suggest doing the following in [fs.lua](https://github.com/creativenull/diagnosticls-configs-nvim/blob/main/lua/diagnosticls-configs/fs.lua). ```diff if vim.fn.filereadable(binpath) == 0 then - add_checkhealth_error(name) + return '' end ``` ```diff if local_binpath == '' then return get_global_exec(name) end +...

Modal support would be really convenient. A basic struct for modals would be great. ```rs #[derive(ModalDerive)] #[modal(title="my modal's title", custom_id="this_will_be_used_in_the_parser_too"] struct MyModal { // The fields will automatically get wrapped...

I did ```js require('node-fetch')('http://localhost:3000/') ``` and it gave me an error: TypeError: Only absolute URLs are supported **Reproduction** Steps to reproduce the behavior: 1. Get node version 15.2.1 2. run...

bug
awaiting-author-response

### Skill Name GIMP, Premiere Pro ### Why? GIMP is a popular free and open-source image modification program. Premiere Pro is a widely used video editor. There's already After Effects...

icon suggestion
low priority

if i comment "wrappedButton" : 9003 , the button shows, and when i uncomment it, it vanishes ?? code: https://pastebin.com/f2RkEQDH (im trying to get replaymod buttons to show)