Francisco Lopes
Francisco Lopes
Agreed!
> I don't understand why make a darkmode that only applies to a certain part of the window, but anyways. @ezxpro because people with decent OS can then couple it...
I think I'm facing similar issues. I'm trying to have `optionally` regex-based intent parts in an intent, but anytime I do that I never receive the optional fragment in `message.data`,...
@kutsan did you patch it to replace directory icons? If so, why use it as screenshot of the project since there's no option for it?
@kristijanhusak cool :)
This can be fixed by: ``` javascript text = text.replace(/&/g, "&"); ``` before inserting html from clipboard.
Hi @rizsotto, interception-tools author here. Could you clarify how Bear's `intercept` is used standing alone, as people here have already mentioned to have looked for that and only concluding it...
I have mentioned that's a problem here in my issue tracker, your last comment is implying the reverse, so, sorry for that if that's not the case. In interception-tools, `intercept`...
Thanks for the explanation, now that I know, I may eventually have that in my workflow too when using Bear tooling. > To solve this issue, I would like to...
"required" is the common term used for this instead of "mandatory". I've seen it in POCO, CLI11, etc.