Jakub Žádník

Results 46 issues of Jakub Žádník

# Description This PR tries to encourage people to talk to the core team first before making a change to Nushell to avoid having to review PRs with substantial changes...

# Description This PR adds an alternative alias implementation. Old aliases keep working the same, but a new alias implementation is added and accessible via `new-alias` instead of `alias`. Instead...

### Related problem We need a better implementation of pipeline metadata. Currently, metadata is responsible for preserving * LS_COLORS * HTML themes * profiling information https://github.com/nushell/nushell/pull/7854 outside of the regular...

:bug: bug
enhancement
needs-design
pipeline-metadata

### Describe the bug Currently, `str replace` uses regex by default which might be surprising, e.g., on Windows in cases like ` 'C:\Users\kubouch' | str replace 'C:\Users' 'foo'`. ### How...

polish
semantics

# Description Old text: An attempt to add an optional debugging mode for Nushell without adding any runtime checks in the normal evaluation path. The idea is to make `eval_xxx()`...

### Related problem For 1.0, we need to make sure we ship with a reliable set of dependencies. Some of our current dependencies are unmaintained, panic, or cause other problems....

meta-issue

# Description Fixes https://github.com/nushell/nushell/issues/11710 Note that this is a band-aid. Proper fix needs to be addressed upstream. # User-Facing Changes # Tests + Formatting # After Submitting

upstream
pr:bugfix

`clWaitForEvents()` and `clFinish()` do not wait for migration event from `clEnqueueMigrateMemObjects()` correctly. It might extend to event dependencies. I have the following scenario using pocl remote: kernel 1 (server) ->...

@amtoine I couldn't get it to work with the old link, but with this fix, opening the PR worked like charm!

I've seen a lot of issues about external arguments, like this one: https://github.com/nushell/nushell/issues/5947. We should have a page that documents all the ways you can call external with arguments (i.e.,...

documentation
good first issue