kozec

Results 241 comments of kozec

> Android is Linux, but I don't think the majority of Android users even know > what a filesystem is. Now when you mention it... I'm ot saying anything bad...

``` class InboxDisplay { private static var mdDialog: Dynamic; ... snip ... public static function install(m:Module) { var directive = function(mdDialog) { InboxDisplay.mdDialog = mdDialog; return ( DirectiveBuilder.mk() .templateConstFile("InboxDisplay") .controller(InboxDisplay.controller).build...

I would like this as well. Vision of going around 6 machines \* 8 repos just to ignore .pyc, .class and bin/ makes current method of ignoring files pretty-much unusable...

But #include practically means that I have to go around 6 machines \* 8 repos to #include some synchronized file :) And automating that it's harder than it looks -...

Yeah, and then I can go around 6 machines and run that script :D By the way, as I already said, I don't speak go, but based on what I...

There was discussion about very similar idea, but with URL instead of XML file. In plain theory, there should be possible to use `registerProtocolHandler` js function to register syncthing:// scheme...

@marrie Well, it should be possible, theoretically. WebUI can register 'web+syncthing://' protocol (chrome refuses to register it without web+ prefix) and parse whatever is in address when called. I've just...

> Regardless, I don't understand how kozec example works to decide if its feasible. I guess it only works while the tab with the handler installed is open. Nope, it...

Hmm... having read-only repo with url in style syncthing://abcdef2ghijk72l6mnopqrstuvwxyzabcdefghi5jk6lmnopqrst4uvwx/shared_stuff may be actually pretty useful, but is it even possible to use webapp as URI handler?

> I think the fix would be add a step to the upgrade procedure that detects any non-inherited permissions on syncthing.exe.old and applies them to the upgraded syncthing.exe. In any...