Marcin Nowak-Liebiediew

Results 17 issues of Marcin Nowak-Liebiediew

to continue discussion on https://github.com/martinbaillie/evil-motion-trainer/issues/3 - however this one is a little bit far fetched it would be super awesome, to have additional mode, something like monkeytype but for editing....

Awesome! I've been thinking about this since I discovered monkeytype.el two requests: - host on MELPA - Consider renaming to evil-gym :)

**Is your feature request related to a problem? Please describe.** I'd want my user to be able to read in more detail about the data he is prompted to input....

enhancement

allow to easily extract `indextree::NodeId` from `indextree::Node`, since `Arena.get_node_id` has `where T: PartialEq` trait bound (https://docs.rs/indextree/latest/indextree/struct.Arena.html#method.get_node_id) ```rust fn main() { let input = orgize::Org::parse("* ASD\ntext"); let arena = input.arena(); for...

while playing with vscode today, I discovered it's possible to step into assembly and jump around stack frames ![screenshot-full-2022-02-24_18:39:42](https://user-images.githubusercontent.com/21069150/155578238-5538b07c-731c-423f-8238-df589cfdadd7.png) vscode auto-generated the following config ```json { "version": "0.2.0", "configurations": [...

Currently, with `blamer-type 'overlay-popup`, the content of the buffer is being shifted downwards. Would it be possible to use something like https://github.com/tumashu/posframe to display commit message on top of active...

enhancement

# Description Closes https://dfinity.atlassian.net/browse/SDK-626 # How Has This Been Tested? Not tested, instead I'm counting on github action tests that will run for this PR # Checklist: - [x] The...

A user asked a question on the forum https://forum.dfinity.org/t/about-iot-using-dfinity/14518 Is it currently possible to compile `ic-agent` with `no_std` flag?

I'm trying to setup integration with iCloud calendars. here is relevant part of my Doom Emacs config: ```elisp (use-package! org-caldav :after org :config (setq org-caldav-url "https://pXX-caldav.icloud.com:443/XXXXXXXXXX/calendars") (setq org-caldav-calendars '((:calendar-id "XXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"...

hi there! came across syntax error when I was playing with `vessel`. fixes: ``` Stderr: .vessel/graph/master/src/Persistent.mo:53.5-53.6: syntax error [M0001], unexpected token '{', expected one of token or sequence: } seplist(,)...