chapterjason

Results 27 comments of chapterjason

@Clicketyclick I use the class directly to parse the markdown.

@franklixuefei https://github.com/wmonk/create-react-app-typescript/pull/409

For me it is something similar, I want to use the `-` cause it is combined word. In `task 1 edit` I can set it without a problem, but with...

@tbabej I understand your concerns. I would not consider allowing the `#` cause in web these are most of the time just the identifier in a text, which is not...

I already tried to overwrite the `LogEntry` and set the type to `Types::JSON`, which results in the following issue: This is the content of the `data` field in a `LogEntry`....

Experimented a bit and got it working for my use case, tests are also running. Not sure if I miss any cases. (except for data migration) https://github.com/chapterjason/DoctrineExtensions/commit/d114aa4f138014b032b4a9474a7fd49d88b012bf ```diff From d114aa4f138014b032b4a9474a7fd49d88b012bf...

Just the support for tags and a func to get a slice of all services which has the tag would be enough for me.

@wujunchuan are you still working on this feature?

I like it. Some features I think of: - Pagination - Sort - Filter specific column

This works... 😄 ``` mystream.push(new vinyl({ cwd: './', base: './test', path: './test/path/created/testFile.ts', contents: Buffer.from('export const test = \'value\';') })); mystream.push(new vinyl({ cwd: './', base: './test', path: './test/empty.ts', contents: Buffer.from('') }));...