przemekd

Results 9 comments of przemekd

> sexps are already supported in timestamps Yep, I saw that 👍🏻 > Can you give me an example of where they fall in an org file? They would be...

To be honest, I am not really sure where to look for that information. As an end-user, I just use `%d`. But just having a grammar that returns an entry...

@milisims Looks like the usage of placeholders like `%d` and `%s` is function-specific. This might be helpful for reference -> https://github.com/typester/emacs/blob/master/lisp/calendar/diary-lib.el#L1581

@mrsweaters Unfortunatelly setting `this.dfd` to null breaks other things... I've discovered that if one changes state after some time (using setTimeout function for example), the promise successfully resolves, so there...

@kristijanhusak yeah, I do use it. I admit, it is confusing but also really useful at the same time. I don't think I can explain it better than the official...

@TravonteD Do you mean adding support for calling functions [here](https://github.com/milisims/tree-sitter-org) first? Are there any materials on how to start developing something like that? I could try to help here and...

I observe the same the same on my system: ``` [INFO] Detected receiver at /dev/hidraw5 [DEBUG] Unsupported device /dev/hidraw6 ignored [DEBUG] Unsupported device /dev/hidraw0 ignored [DEBUG] Unsupported device /dev/hidraw7 ignored...

On top of that, logical types are not properly processed. I've added my test and got: ``` --- FAIL: TestCanonicalSchema (0.00s) canonical_test.go:267: Test failed for schema: {"type":"record","name":"test","namespace":"com.linkedin.avro","fields":[{"name":"astring","type":"string"},{"name":"acomplextype","type":{"type":"long","logicalType":"timestamp-millis"}},{"name":"arecord", "type":{"type":"record","name":"innerRecord","fields":[{"name":"value","type":"long"}]}}]} got canonical:...

I have created separate issue for logical types bug -> https://github.com/linkedin/goavro/issues/174