Deniz Akşimşek

Results 12 issues of Deniz Akşimşek

Note: Don't go head-first into styling this. These elements are used for a wide range of meanings, in a wide range of contexts. More discussion is needed.

`Şş` is the only letter required by Turkish that Junction doesn't support.

Many Markdown implementations support this syntax: ```md A :dfn[hypermedia control] is an element in a hypermedia that describes (or controls) some sort of interaction, often with a remote server, by...

``` cat | lightningcss .cls { asd } ^D thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: EndOfInput, loc: Some(ErrorLocation { filename: "stdin-14285", line: 2,...

It'd be nice to be able to transform HTML using WebC without setting up a static site generator. ``` webc -C _components -c my-component.webc -c other-component=other.webc **/*.html ```

Right now, WebC accepts file paths for component definitions and reads the file during compilation. It would be nice to have a way to pass the component source code directly...

enhancement

![image](https://github.com/githubnext/monaspace/assets/39595683/8e108c52-d1c5-4669-b733-00093e2c69cc) In order: - `U+0049` «I» LATIN CAPITAL LETTER I - `U+0130` «İ» LATIN CAPITAL LETTER I WITH DOT ABOVE - `U+0069` «i» LATIN SMALL LETTER I - `U+0131` «ı»...

Allow declaring a class in the body of another class. ```dart class Person { class Occupation { String jobTitle; Occupation(this.jobTitle); String named(String name) => moniker(Person(name, this)); } String name; Occupation...

feature

Style `` to be a toggle switch

enhancement