tmbb

Results 29 issues of tmbb

Hypothesis (the inspiration for all my feature requests), saves the failing test cases in a database, so that they can be tried in other test runs. That way you're confident...

Kind:Discussion
Kind:Feature Request

This PR adds a new option to the `use MyApp.Endpoint` macro which allows you to choose a custom debugger instead of the default `Plug.Debugger` debugger. For example, this is me...

**Describe the bug** Explicit type annotations seem to compile to the wrong Erlang code. **To Reproduce** ```ocaml (* example.ml *) let f (x : int) : int = x +...

I've written the following *very simple* utility macro to generate proabilistic fake data for a project and thought other people might find it interesting. It doesn't make sense to package...

There should be a way of graphing the execution time as a function of the size of the input, so that one can demonstrate the time complexity of the algorithm...

As discussed [here](https://elixirforum.com/t/nimbleparsec-a-simple-and-fast-parser-combinator-for-elixir/12860/25?u=tmbb), NimbleParsec should have an `expect` combinator for better error reporting. I suggest something like this: `expect(previous \\ [], expected)`. This combinator would raise an error is `expected`...

This change is essential to be able to use Bootstrap5 CSS with Flop.Phoenix (bootstrap is very particular with how elements must nest inside each other. Probably needs some tests before...

Currently ExDoc is included as a dependency. Is there any reason for it? I believe it should be included as a `:dev` only dependency.

I'm using html2docx to generate parts of scientific papers by replacing values in Jinja2 templates. That is, I write a jinja2 template in HTML and insert values generated from code...

In this case, I think that proper semantics should dictate that the title of the document should be written as is it were the title of a paper document.