David

Results 59 issues of David

I'm currently playing a bit around with this plugin and was wondering how difficult it would be to implement auto-adding of `end` once you write `do`. I come from emacs...

Hello, I am not sure if this is a issue in opp.zsh or how to debug it. I am using prezto as my zsh framework. I created a module for...

While migrating from travis to github ci, I forgot the auto-publish to hex. Add a new CI step to publish to hex when there is a new tag

enhancement

Love this extension! Thanks a lot for building this I was wondering how trivial it would be to enable extension settings sync for this. I adjust my proxies here and...

I'm getting a bunch of these: Some functions have their name in really big letters, some others don't have a name at all and only display from the arguments onwards

question

Hi! I am getting these kind of errors at random times: ``` 2021/12/14 17:11:20 [DG0] wsapi.go:82:Open() error connecting to gateway wss://gateway.discord.gg/?v=8&encoding=json, write tcp XXXXXX:59644->XXXXXX:443: write: broken pipe 2021/12/14 17:11:21 [DG0]...

fix
stale

I want to use LIEF to parse a mach-o binary, but adjust the addresses by a given load address / base (technically just need it adjusted within lief so the...

Hi, I discovered miasm and tried to load up a few samples. OS is MacOS, the binaries are in Mach-O format. The 3 binaries I tried to loadup gave me...

Hi! I love this project but was wondering about the current status of development because it seems inactive. If it is, are there plans to get new maintainers onboard?

Adding tailwind as a plugin is resulting in rollup keep rebuilding and rebuilding ``` postcss({ inject: true, minimize: true, plugins: [ new tailwindcss({ content: ['./*.{js,jsx,ts,tsx}'], theme: { extend: {}, },...