SLaks

Results 82 comments of SLaks

I'm not using derby-auth at all; these are just issues that ought to be fixed.

Note that you cannot easily achieve perfect security here. Unless you switch to a zero-knowledge proof, you can either block attackers that sniff the network (under SSL), or block attackers...

Is there any update on this? I need this functionality too.

That would only really be useful for writing tests for custom matchers; I'm trying to test code that calls `expect()` _from the code under test_ (like in the example) to...

I think you may be looking for https://github.com/noniq/meta-noop

Can GCC remove dead code from prototypes?

It would be nicer to have a build script that takes a list of methods to shim and outputs a JS file with only those shims (and their dependencies). You...

`&` with multiple selectors should work like LESS, with combinatorial expansion. See http://blog.slaks.net/2013-09-29/less-css-secrets-of-the-ampersand/ for lots of examples. This feature is extremely useful when making interesting selectors.

I think `@def`s should be allowed in a rule, and should create scoped names that are only visible in that rule. I don't see any issues with `&` in a...

Yes; I want to do something like that. However, I'll need some way to map a DLL on disk to the right project, and an HTML page that I can...