0xazure

Results 7 comments of 0xazure

@r0hit-gupta I'm still getting my feet wet with Rust, but I wouldn't mind taking a stab at insertion & selection sort along with some tests for them.

@bofh69 thanks for letting me know! I hadn't actually started implementing it yet, so I'll focus on the selection sort. I'm definitely interested in how you did it in Rust,...

To consider: > This rule enforces at least one newline (or absence thereof) at the end of non-empty files. If we want to enforce just **one** trailing newline, we would...

For [`IndexedDB.isSupported()`](https://github.com/filerjs/filer/blob/fd3de6be2c1c19421d8c83e6791cd4b19afb84c7/src/providers/indexeddb.js#L117-L119), it simply checks if the `indexedDB` reference [grabbed from `global`](https://github.com/filerjs/filer/blob/fd3de6be2c1c19421d8c83e6791cd4b19afb84c7/src/providers/indexeddb.js#L7-L10) exists. We could enhance this feature detection to actually attempt an operation on IndexedDB, such as opening a...

> Firefox will `throw` a security exception, which is un-catchable if you touch it. Interesting! On Firefox `61.0.2 (64-bit)` and `63.0b8 (64-bit)` I'm not able to reproduce this behaviuor with...

@humphd where would we like to go with this? I can have a look at implementing some better IndexedDB detection, but I'm not sure how we want to go about...

@YuechengWu Ctrl+F (or Cmd+F on macOS) to activate your browser's in-page search should achieve what you're looking for. @SeanPrashad I like the idea of a table of contents! My handle...