FilipJanitor

Results 34 comments of FilipJanitor

It seems like instagram now loads "PostPage" contents dynamically so a simple request to https://www.instagram.com/p/XXXXXX/ will not contain the required data

It seems to be working again... But only temporarily - after a while the lazyloading kicked in again

I would like to help. I could play around with the menus for example to get some feel for the codebase. Also, I hope the task is independent enough to...

Ok, I am sorry for polluting this thread but since I don't have any better idea on where to ask I will ask here - I started playing with the...

Hi - so I am still fighting with the menus and element positioning and I have a few questions in order to write it in a future proof way. I...

Ok, so after playing with it for a while it seems to me that the parser is good and the problem is actually somewhere else - I even checked the...

Regarding the language features - generics/templates might be useful and also some sort of implicit tuples - just like Go has for returning multiple values for functions. On Tue, 27...

I feel like this should be the number one priority at the moment. Spec would make writing tests way more simple(no need to reverse engineer and guess scala/like features) and...

Should the separation be limited to exactly one space?

The thing that came to my mind is, that it might be pretty awkward to force a certain number of certain type of whitespace characters between tokens. On the other...