inoas

Results 44 issues of inoas

## Feature goal Would you be interested in a PR that made these configurable. They would stay like this unless someone overwrote some application layer config. https://github.com/philss/floki/blob/61cd7126c3486c4f857fc7f7a82405dcabf25df0/lib/floki/raw_html.ex#L4-L21 ## Dependencies None

Feature

See: ```sh git clone [email protected]:inoas/gleam-elixir-phoenix-liveview-counter.git presentation && cd presentation/docs/slides/slidev && npx slidev export --dark ```

in `foo.gleam`: ```gleam pub fn bar() { "called foo.bar()" // Having __MODULE__ and __FUNCTION__ and __LINE__ would be useful here } ``` I would use this in production for things...

help wanted
good first issue
area:type-analysis
area:codegen
area:formatter
area:parser

see: https://gleam.run/book/tour/modules.html vs https://gleam.run/book/tour/custom-types.html?highlight=named%20access#named-accessors ```gleam request.put_header("content-type", "application/json") ``` versus ```gleam request.some_member ```

help wanted
good first issue
area:documentation

is this a good idea?: add larger tests to recursive functions: - makes sure tco happens now - makes sure tco happens in future - helps detecting if runtime implementation...

good first issue
help wanted

better comments is mostly working for gleam out of the box except for module documents which start with each line prefixed with `////`. Do you have some pointers where to...

Example (global config): ``` "better-comments.tags": [ { "tag": "//", "color": "#ffaff3", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": true, "italic": true } ] ``` This will however change it for...

Refs: https://github.com/Mango/slideout/pull/291 https://github.com/Mango/slideout/pull/289 https://github.com/Mango/slideout/pull/267

24.3.4.2, 25.0, 25.0.1, 25.0.2 ``` root@my-app-stg:/home/phoenix-user/apps/my-app-phoenix# asdf install erlang 25.0 asdf_25.0 is not a kerl-managed Erlang/OTP installation No build named asdf_25.0 Extracting source code Building Erlang/OTP 25.0 (asdf_25.0), please wait......

Ref: https://github.com/cakephp/cakephp/pull/9676

enhancement