Joel Baranick

Results 25 issues of Joel Baranick

Add a now config option that allows the windows to be sorted recentFirst (as today) or alphabetical.

##### SUMMARY Add support for creating origin groups in cloudfront_distribution and using origin groups as targets for behaviors. ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME cloudfront_distribution ##### ADDITIONAL...

waiting_on_contributor
feature
module
affects_2.10
plugins

## Summary Output tabular search results which show the platforms available ``` ❯ devbox search ruby Found 6+ results for "ruby": ┌─────────────┬──────────────────────────────────┬─────────────────┐ │ PACKAGE │ VERSIONS │ PLATFORMS │ ├─────────────┼──────────────────────────────────┼─────────────────┤...

## Summary Extract getSubcommand from telemetry and use it to set the new DEVBOX_ENTRYPOINT environment variable in midcobra. Use the new env var in venvShellHook.sh to stop printing the banner...

## Summary When SIGINT is detected by `devbox run` send SIGTERM to the pid of the script that is running. Fixes #1815 ## How was it tested? I ran a...

### What problem are you trying to solve? The python plugin logs a banner message no matter what.. https://github.com/jetpack-io/devbox/blob/7f1633f6834f8772d31b06588c637b8f12cbe7c7/plugins/pip/venvShellHook.sh#L8 If you use the shell init_hook to enter the virtual env...

feature

### What problem are you trying to solve? Scripts run via `devbox run` cannot be cancelled with `SIGINT`. ### What solution would you like? Handle the SIGINT signal and pass...

feature
triage

When I try to D&D or copy from HDFS to local I get the following errors: ``` 2016-03-18 08:02:18.015 JavaAppLauncher[94410:20724900] __CFPasteboardIssueSandboxExtensionForPath : sandbox extension creation failed: caller requested extension for...

When the setgid bit is set on the staticx created binary, then running the binary results in: `ImportError: libffi-806b1a9d.so.6.0.4: cannot open shared object file: No such file or directory`. Removing...

My app is running on Java 17, and when I include the pyroscope java agent it fails to start with only the following logs: ``` 2022-09-03 22:03:39.792 [WARN] PYROSCOPE_SERVER_ADDRESS is...