Michael Hewson

Results 10 issues of Michael Hewson

The following examples are both rendering wrong: ``` haml %ul / Breaks because of asterisk (*) %li(*ngFor="#i in [1,2,3]") This is tag number {{i}}. ``` ``` haml / non-ascii characters...

Here is some code I wrote in a newly generated `wasm-pack` project: ```rust #[wasm_bindgen] pub fn play_game(canvas: Reference) { // enable console.error panic messages for debugging set_panic_hook(); let canvas: CanvasElement...

By using `PhantomData T>` instead of `PhantomData` for the type of the `_marker` field, this makes `ConnectionManager` implement `Sync` automatically, and means we can remove the `unsafe impl` of `Sync`...

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...

package: eslint-plugin
enhancement: plugin rule option
accepting prs

Adds a new method to `Filter` that wraps `Self::Extract` in a tuple. This is useful in generic code that doesn't know how many arguments the filter extracts. ```rust // effective...

waiting-on-reviewer

I'm not too familiar with Vue, only just started using it for work, but would it be possible for this plugin to support JSX fragment syntax? For example ```tsx render()...

This is my docker-compose.yml file: ```yaml version: "3.9" # optional since v1.27.0 services: edgedb: image: edgedb/edgedb:nightly environment: - EDGEDB_PASSWORD=edgedb ``` When I run `docker compose up`, I get this output:...

This project is the top search result on google for client-side haml, but I see that it hasn't been updated since 2013, which would indicate that people have moved on....

Right now the current implementation breaks for `stringcase.pascalcase('snake_çase')`.

`std::vec::Iter` does not. Would it be possible to to implement `Clone` for all of the by-reference `Iter` types in `im`, and would you accept a PR adding the impls?