Szabo Bogdan
Szabo Bogdan
I would like to replace my dummy xml implementation with yours in this library: https://github.com/gedaiu/vibe.dav The problem is that the dav protocol uses a lot of namespaces
You could use a split for the tag namebut I don't think it's enough, because you could have this xmls documents which are equivalent: ```xml some name ``` ```xml some...
It's exactly what I was thinking... I think this might be the best approach. I'll watch the project for this feature :)
I have the same problem while trying to create a framework with an empty class...
Running git outside of dub works well. This might be some kind of issue about how dub is starting the new process. ``` root@2724d7f59b87:/app# dub --vverbose Using dub registry url...
I debugged the issue a little bit on my mac, and it looks like the `execute` function from `std.process` has always a `-11` status code. Not sure why, but I'll...
Are there any updates related to this thread? I opened a new pr for mocha 9 https://github.com/emberjs/ember-mocha/pull/692
@yads I am all ears... I would love to see this package more maintained...
I don't have that symbol... I'm building with the latest dmd on linux. Do I need any special setup? ```(gdb) b _onInvalidMemoryOperation Function "_onInvalidMemoryOperation" not defined. Make breakpoint pending on...
awesome! thanks... I have a stack now. I'll try to give some time to this issue. ``` #0 0x0000000000ea3a1c in onInvalidMemoryOperationError () #1 0x0000000000e76719 in _D2gc4impl12conservativeQw14ConservativeGC__T9runLockedS_DQCeQCeQCcQCnQBs12mallocNoSyncMFNbmkKmxC8TypeInfoZPvS_DQEgQEgQEeQEp10mallocTimelS_DQFiQFiQFgQFr10numMallocslTmTkTmTxQCzZQFcMFNbKmKkKmKxQDsZQDl () #2 0x0000000000e701aa in...