KCarretto

Results 35 issues of KCarretto

Older chrome versions and firefox do not support lookbehind regular expressions, which causes a fatal error when loading the UI. The lookbehind is used as a part of our monaco...

Bug
UI

https://github.com/KCarretto/paragon/blob/master/pkg/script/stdlib/env/operations.go#L4

Bug

https://github.com/KCarretto/paragon/blob/master/pkg/cdn/client.go#L112

Bug

Need to abstract functionality from bot and expose it to libenv

Bug
Renegade

``` SENDING REQUEST {"IP":"127.0.0.1","message":"paragon:stowaway:undership"} panic: assignment to entry in nil map goroutine 1 [running]: github.com/kcarretto/paragon/pkg/script/stdlib/http.SetHeader(...) /app/pkg/script/stdlib/http/operations.go:72 github.com/kcarretto/paragon/pkg/script/stdlib/http.setHeader(0xa708e0, 0xc000158100, 0x3, 0x0, 0x0, 0x0) /app/pkg/script/stdlib/http/operations.go:88 +0x11a github.com/kcarretto/paragon/pkg/script.Func.builtin.func1(0xc0000b0280, 0xc000108d80, 0xc000108db0, 0x3, 0x3, 0x0,...

Bug
Renegade

Enable support for the standard exec, upload file, and receive file functionality in workerlib. See the current implementation of workerlib's ssh library for reference on how it needs to be...

Feature
help wanted
Worker
Renegade

Allow files to be imported from Github repo through the settings modal on the `XRunView`. This depends on the Multi-file changes in #255 .

Feature
UI

Establish basic functionality tests of the Teamservers GraphQL API.

help wanted
Backend
Teamserver

Add user library to enable getting the current user, uid lookups, change passwords, etc. See https://golang.org/pkg/os/user/#Current

Feature
help wanted
Renegade

Combine consecutive events of the same type into a single displayed event, avoiding 100 "Task Queued" events for a single job or "Credential Added" for a bulk credential mutation.

Feature
UI