Dheepak Krishnamurthy

Results 160 issues of Dheepak Krishnamurthy

From [How do I make Python scripts executable?](https://docs.python.org/3/faq/windows.html#id3): > On Windows, the standard Python installer already associates the .py extension with a file type (Python.File) and gives that file type...

enhancement

### Is your feature request related to a problem? I have multiple datasets in the same HDF5 files. These datasets have a "dims" attribute that contain the path to different...

enhancement

Currently, without any changes to `startup.jl`, running `julia` from the command activates the root environment. I think this is a poor UX but it exists for safety reasons ( we...

stdlib:REPL
kind:feature

Firstly, thanks for writing and maintaining this package. It is now one of those packages that I can't develop without. Often times when I'm starting a project, I add a...

I have the following project: ``` $ poetry run pip list | rg solara solara 1.32.1 solara-server 1.32.1 solara-ui 1.32.1 ``` however when I try to import solara, I have...

Here's the default display of a dataframe in a Jupyter notebook: ![image](https://github.com/widgetti/solara/assets/1813121/e44f561a-74fe-4ebc-86bb-6c5f1a173bb5) Here's how solara displays it: ![image](https://github.com/widgetti/solara/assets/1813121/cb74cb28-6617-4911-880e-7532e8b41185) In the second display of the transposed dataframe the row names should...

bug
good first issue

Allows for checking if user/meeting room is available between a start and end time

Let's say I have the following codebase, consisting of three files, `modulea.jl`, `moduleb.jl` and `main.jl` ```julia # modulea.jl using Logging module ModuleA export hello function hello() @info "hello" end end...

I have a Package with the following code: ```julia module PackageFoo using Observables using Observables: to_value, AbstractObservable using JSServe using JSServe: evaljs, onjs, onload, Table, Server import Tables import JSServe:...

Hi, I'm created a `DimArray` with multiple dimensions where the dimensions have categorical data. Sometimes I get `Unordered` or `ForwardOrdered` dimensions. The categorical data is always an `eltype(dim) == String`....

needs thought