Morten Linderud

Results 465 comments of Morten Linderud

For Microsoft there are a few options since Microsoft Authenticode is effectively used for codesigning under Secure Boot. I have written a lot of code for this in Go so...

I tried to sign a PE file with my tooling + a few others to see if I could get something valid. But it seems like there is something missing...

``` d4:data214:{:line-ending "\n", :name "core.clj", :type-name "Clojure", :path "/home/fox/Github/repltest/src/repltest/core.clj", :mime "text/x-clojure", :tags [:editor.clj :editor.clojure], :print-length 1000, :code "(+ 2 2)"}2:idi106e2:op15:editor.eval.clj7:session36:b8fc45a3-3b14-4882-a87a-b8e7f6757348e d4:data101:{:results ({:meta {:line 1, :column 1, :end-line 1, :end-column 7},...

I should note that shit suddenly works. ``` in: {'op': 'clone'} out: {'status': ['done'], 'session': 'c7a1691f-4e0a-4caf-a112-6c1d06bdb2c5', 'new-session': '22e958d3-6672-4a5b-883c-ecf187a34515', 'id': None} in: {'op': 'client.init', 'data': '{:settings {:name "localhost:1337", :remote true, :client-id...

CLOOOSSSEEERRR ``` in: {'session': 'fc231371-77a6-48ae-b5b3-7d1b9468e288', 'data': '{:line-ending "\\n", :name "core.clj", :type-name "Clojure", :path "/home/fox/Github/repltest/src/repltest/core.clj", :mime "text/x-clojure", :tags [:editor.clj :editor.clojure], :print-length 1000, :code "(+ 2 2)\\n\\n(- 2 2)"}', 'op': 'editor.eval.clj', 'id':...

Evaling valid code works with https://github.com/Foxboron/HyREPL/commit/b3cd640b49ad8da5c280354ce87571cc01d8f54c EDIT: Current approach to implement this is to use lighttable, open a `lein repl`, `sudo tcpflow -i any -C -J port ` and get...

And tracebacks implemented. Completions are another story

I think we should maybe just use `python-nrepl-client` and try make this self containing. Then we can also use hyrepl to jack into remote session aswell, and that could open...

Just jamming this into the completion issue. `{'data': '{:line-ending "\\n", :name "core.clj", :type-name "Clojure", :path "/home/fox/Github/repltest/src/repltest/core.clj", :mime "text/x-clojure", :tags [:editor.clj :editor.clojure], :ns something.something}', 'op': 'editor.clj.hints', 'session': '7cdc8b83-585f-42f5-bd48-80a9201e1180', 'id': 67}` Lighttable...

Partially. https://github.com/clojure/tools.nrepl#middleware-descriptors-and-nrepl-server-configuration Looking at `:expect` and `:require` but not sure how/if we should implement it. The solution could be a OrderedDict and somehow try and figure out if a given...