Marc M. Adkins

Results 8 issues of Marc M. Adkins

This can be prevented by adding a `tools.go` file: ``` //go:build tools package tools import ( // Protect this entry in go.mod from being removed by go mod tidy. _...

enhancement

Test icon is hand edited copy of run icon so it kind of sucks a little. :-(

After I did this work I saw PR 170 which is apparently languishing. My bad for not checking first. On the other hand this PR currently has no merge issues...

For the following file: ```racket #lang racket/base (require racket/class) (define test% (class object% (define/public (testes) (displayln "not funny")))) ``` the class name `test%` and method name `testes` (sorry, inappropriate humor)...

It seems like I used to be able to double-click on a symbol and have it selected. Now I have to put the cursor in the symbol first and then...

There seems to be no way to enter an EOF in the `Input >` field. Normally I would use `-D` (on Linux) but that isn't recognized. Testing code that reads...

The following: ``` (in-package :cl-user) (defun infinity () (loop do (progn (print "Hello, World!")) (sleep 1))) (infinity) ``` can be killed using the **Threads** tree view without any issue. It...

TL;DR Add function to create a zerolog.Context object with a logger copy and clear the copy's context byte array in order to fix breakage in `phsym/zeroslog`. The recent release of...