tduehr

Results 12 comments of tduehr

I don't use the SD card myself so I'm tempted to say it's not really something you can do. `M118` sounds like a good idea. It'd be nice if there...

I'd be good with `--`. Given your intentions and my request, it's the best route. Typing `git fixup HEAD -- -a` means I can use autocomplete for the ref and...

Use a flag file generated by the dB update task and the project’s ‘build.gradle’ file. Not the most accurate but good enough to start. Possibly also an intermediate task that...

``` # extended LDIF # # LDAPv3 # base with scope baseObject # filter: (objectClass=*) # requesting: ALL # # dn: objectClass: top namingContexts: cn=changelog namingContexts: dc=staging,dc=example,dc=com namingContexts: o=ipaca defaultnamingcontext:...

I'm still seeing this in 3.12. Might be related to #966

https://github.com/impetus-opensource/Kundera/blob/trunk/src/jpa-engine/core/src/main/java/com/impetus/kundera/KunderaPersistence.java#L118 ~~~ //TODO: See https://github.com/impetus-opensource/Kundera/issues/457 // do nothing. ~~~

Another use case is the gathered version of the straight skirt with godets in the Aldrich book. Using the rotation tool to slash and spread the side front doesn't modify...

Page 29 of 6th ed has the skirt with godets. Pages 30-32, 38-41, 49, 51, 53, 55, and most of the sleeve and dress/coat adaptations have similar operations (at least...

@qard you have it backward... V8 would be interacting with FFI. I'm not aware of any implementation pitfalls, mostly because i didn't create mri or JRuby's FFI implementations. I can...

I concur. I often get requests for features based on Ruby features which often cannot be duplicated for the general case of the FFI/C layer. Where ever I make an...