Dan Kortschak

Results 83 issues of Dan Kortschak

Recently (past week or so) LaTeXTools has been popping up the "No bib files found!" error dialog. Installed version of LaTexTools is v3.13.5. SublimeText 3 Build 3126. Console: ``` TEX...

bug

### Problem description When making a large number of search replace changes over a project it would be helpful to be able to save all the changed files. When there...

C: Commands
C: Menus
C: View/Tabs/Groups/Layouts UI
T: feature

The optimization package contains probably the most complex single functional unit of code. This stems partly from the domain that it is built to address, but also comes from the...

These are reasonably clear in their intention, but documentation would help. The `Status` constants should probably have comments explaining under what conditions they are returned and how they should be...

In the CRAM spec, the pseudo-code makes reference to a `ReadItem`, which appears to take two parameters, a name and a type. The values though are defined by place rather...

cram

With the current setup it is possible to execute arbitrary code if GOMAXPROCS>1 or can be set to a value greater than 1 (i.e. import of runtime is allowed). By...

I know that this goes against some of the tauted benefits of #1662 in that there is now no longer a need for a 'whitelist of "known" types'. I use...

C: Syntax

This fixes documentation for the Go examples and allows the code to be compiled and run. Please take a look.

This allows sending a termination signal to backgrounded commands. Please take a look. Closes #242

I am using testscript to test the behaviour of a program that is not intended to terminate in production. I would like to examine its output while running for a...