Steve Steiner

Results 40 issues of Steve Steiner

I20150518-10:40:10.516(-4)? Exception from sub tabular_getInfo id x65Fj9iezXavYaGRr Error: No TabularTable defined with the name "Sites List". Make sure you are defining your TabularTable in common code. I20150518-10:40:10.516(-4)? at [object Object].Package...

I can only figure out which record I'm editing by calling a function that traverses the DOM. How can I get that function injected to provide context for the form?

I just get an empty file that asks to be saved when I try to close it. It still works, but I'm not sure (nor is Sublime, apparently) where settings...

Instead of: ```c++ // constructors: x10(int zeroCrossingPin, int dataPin, int rp, int led); x10(int zeroCrossingPin, int dataPin, int rp); x10(int zeroCrossingPin, int dataPin); x10(); ``` Use: ```c++ // constructors: x10(int...

In my opinion... ansible-examples should be its own GitHub account (and it's available, ATM). Each of the subdirectories in this "ansible/ansible-examples" repository should be its own repository within the ansible-examples...

I want to see what I'm working on in the window, not fill it in after the pomodoro's done. Not sure how it got on backwards like this... S

- [X] I have read through the manual page (`man fzf`) - [X] I have the latest version of fzf (0.46.1 (3c0a630)) - [X] I have searched through the existing...

The specified `textual` dependency was keeping textual waaaaaay back. I changed the dependency to be on `textual-dev`, which will pull `textual` along with it so `textual` doesn't get stuck. Since...

The specific version soup specified in `poetry.lock` result in a version hunt on aiohttp that fails: ``` ... - Downgrading aiohttp (3.9.5 -> 3.8.5): Failed ...lots of compiler warnings and...

**Install** ```bash ssteiner@B450M-DS3H:~ $ pipx install pydoro installed package pydoro 0.2.3, installed using Python 3.12.3 These apps are now globally available - pydoro done! ✨ 🌟 ✨ ``` **Run, crash**...

bug