Mark Eklund

Results 42 comments of Mark Eklund

Hi, adding to the possible symptoms. On Mac, when I tried moving a folder within the same cryfs, I got this corruption. Now I have folders that are listed as...

It seems to be failing in the tests. I did my work on linux, so perhaps there is a difference in the compilers. My c++ is not strong, so perhaps...

It is your tool. So I wont push hard. I wish you would reconsider. Although visible in the json, statements like something not being possible on 64 bits in an...

Hi, I apologize for not updating this PR. I was waiting for a response from Zoom Legal about the [Contributor License Agreement](https://cla-assistant.io/trailofbits/winchecksec?pullRequest=83). They said that this was a bit too...

I created an extension for Safari called CloseTabs. I then ported it to Chrome. I just now discovered TabWrangler when [cantonalex](https://github.com/cantonalex) mentioned it in BonafideDuck/CloseTabsExtension#3. This has almost all the...

@ssorallen , I have found that OSX doesn't play nicely with the modules. So I did a `yarn upgrade --latest`. (see [this PR](https://github.com/tabwrangler/tabwrangler/pull/369)). Before I continue down this path, would...

@ssorallen , I expect to break this into 3 PRs. #2 is controversial, so I'd like to get a your approval before starting. 1. Update node_modules to allow `yarn build`...

Tiptap is interesting. I’ve also considered quilljs. I want something as lightweight as possible that at least supports color selectors, hover, and onclick capabilities.

I’m leaning towards [quilljs](https://quilljs.com/docs/quickstart/) because it is hopefully lightweight and could have both a react and vue wrapper around it.

There isn’t any built-in support for this. Also note that “highlight” != selection. Highlight is simply decorating parts of the code. Selection is combination of focus and anchor. There is...