Norayr Chilingarian

Results 82 comments of Norayr Chilingarian

unicode domains are supported by prosody. when i say unicode - i mean they are supported as utf-8 text, not necessarily as punycode. also prosody supports utf-8 usernames. what we...

in order to grep i have to understand what kind of patterns midi file contains except of the notes themselves, to ignore anything else, right? the generated melodies are in...

>If you have cross-posting to Twitter on *Diaspora, and you are using the http://moa.party bridge on Mastodon, that will re-post incoming *Diaspora tweets to Mastodon. So yes, it can be...

solved: ``` # v4l2-ctl --list-devices Dummy video device (0x0000) (platform:v4l2loopback-000): /dev/video2 Laptop Camera: Laptop Camera (usb-0000:00:14.0-7): /dev/video0 /dev/video1 /dev/media0 ``` found out that dummy video device is /dev/video2 so, changed...

I like the approach of A2 compiler. It does complicate the syntax less? The programmer needs to learn to use the technique though. It can be documented. In case of...

Thank you for raising this issue. I am thinking about this. Most probably we have a bug which needs to be fixed, but hang on, I am investigating this. It's...

@MarkowEduard thank you so much! @tkurtbond will that work for you till i'll fix the parser? because with my current load it'll take time.

@dcwbrown i can do somithing like that for unix, but how does mkdir work for windows? we need to keep Platformunix.Mod and Platformwindows.Mod synced.

checked with voc-1.1 on x86, the same problem exists. thank you.

I am not sure this is a bug. Isn't this about strong typing? In Oberon (and Modula-2), if you declare ``` TYPE a = RECORD x,y : INTEGER END; b...