S W
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Created Unable to resolve table 'sqlite_master'
I have a seeder I'm working on in laravel that is doing conversions on a large amount of data. To make things go easier, I'm using a cache database as a middle-step to house the converted data prio... -
Created MaxJavaStackTraceDepth gives error with jdk-9.0.4
AnsweredIdea UI alerted me to an update this morning. Generally speaking I keep an up to date copy of the oracle jdk/jre on my system due to it being used by multiple JetBrains packages as well as arduino,... -
Created get reset (un-add) a single file?
I accidentally did a git add on a whole directory before I realized I don't need to add the vendor tree or composer.lock file to the repository. It is possible to do a 'git reset [filename]' to ess... -
Created Arduino libs with platformio
I'm interested in possibly picking up a copy of CLion to use with platformio to develop for the esp8266, but I'm having a hard time figuring out how to include libraries from the Arduino directorie... -
Created conditional or functional watches?
Sometimes I change variable names in different scopes. It occurred to me that it might be useful to have conditional or function-based watch variable. i.e. in one scope (inside a function call) I r... -
Created xdebug breakpoint support with lighttpd rewrite/alias?
I seem to be having troubles getting the xdebug to work with breakpoints in my configuration of lighttpd when using rewrite and aliases. I'm curious if there is a different way of doing things that...