powellnorma

Results 75 issues of powellnorma

Hi there, I think it would be nice if one could trigger the "inline edit form" by just clicking on a specific cell. And perhaps after the change is done...

### What happened? I think maybe the text is too long? ``` 302 Moved 302 Moved The document has moved

bug

Building lxml requires libxslt. I have compiled it separately with the same toolchain. After setting CPATH, the compile step works, but even though I have set LIBRARY_PATH correctly (via `--env`),...

Let's say I have a long conversation with an AI about something. In the 13th message it has a particular good and well-written answer/insight. I'd like to be able to...

### Related problem https://github.com/AllenDang/giu/issues/170#issue-863120297 https://github.com/AllenDang/giu/issues/147#issuecomment-789963826 ### Your request It would be useful to be able to use the DirectX renderer, so that the GUI starts even if no "real" GPU...

enhancement

**Is your feature request related to a problem? Please describe.** Let's say the line currently is: `someLongVariableName.Name()` When I now place the cursor before `someLongVariableName`, and type `strings.HasP` + [enter],...

Fixes #1710 What do you think? * It first uses `TEMP_DIR` (`/debug_ramdisk`) if it exists + is is empty. * Otherwise it tries to create a random directory in `/dev`....

### Description ```py Traceback (most recent call last): File "/tmp/test.py", line 38, in main print(t.to_json()) ^^^^^^^^^^^ File "/lib64/python3.11/site-packages/dataclasses_json/api.py", line 37, in to_json return json.dumps(self.to_dict(encode_json=False), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/lib64/python3.11/site-packages/dataclasses_json/api.py", line 73, in...

bug

Let's say I have a script that sends me a "warning" every 30s or so. Now I leave the room for \~30min. In that time, the script already has send...

question

When decorating a method via `@methodtools.lru_cache()`, pylance shows me this error wherever I use that method