ajv
A quiet enigma. We don't know anything about ajv yet.
Posts
For some tasks, I find git show-branch easier to follow than git log. For example, inspecting the history on someone's PR before merging it. git show-branch master topic stops at the first common ...
I found a confusing construction in several stored procs in an MS SQL 2008 R2 database: DATEADD(dd, 0, DATEDIFF(dd, 0, some_date)) As I understand it, these are the relevant function signatures: D...
I'm not familiar with Drupal, but I would do this with CSS Grid. One possible example looks like this: <html> <head> <style> .menu-container { display: gr...
posted 1y ago by ajv
The default Swing look and feel can be set in $JAVA_HOME/conf/swing.properties What else can be set in this file? I can't find any other documentation of it.
1 answer · posted 3y ago by ajv · last activity 2y ago by Stephen C
I handle several projects that use yaml files for configuration, and load them with YamlDotNet. It is sometimes useful to log the effective configuration when the program starts, to aid future debu...
I'm trying to log error messages from Requests exceptions. Example: try: make_web_request() except RequestException as ex: logging.error(ex) Example output: ERROR : ('Connection abo...
2 answers · posted 2y ago by ajv · last activity 2y ago by hoverhell
I'm used to working in Python, but my current project is in C#/.NET and uses log4net for logging. Out of the box, log4net uses an XML file for configuration. I dislike XML and want to use something...
1 answer · posted 2y ago by ajv · last activity 2y ago by Peter Taylor

Reputation | 454 | |
Number of top-level posts | 11 | |
Number of answers | 2 | |
Sum of received votes (up minus down) | 77 | |
Number of edits made | 7 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 13 | |
Questions | 11 | |
Answers | 2 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 37 |
Flags raised | ||
---|---|---|
Count | 0 |