Tobias Hienzsch

Results 9 comments of Tobias Hienzsch

> Does it support comments? Yes, the following code produces this hierarchy: - FullComment - ParagraphComment - BlockCommandComment - ParagraphComment - TextComment - ... ```cpp // Some normal comment. Not...

The problem seems to be in [`genny/resource/resource.go:48`](https://github.com/gobuffalo/buffalo/blob/development/genny/resource/resource.go#L48) In the example from @badstorm `pres.Name.String()` still returns the expected `NameOthername`, but `pres.Name.Folder().String()` returns `name/othername`

After a little more research, it seems like the error is in `gobuffalo/flect`. I opened an issue, see [here](https://github.com/gobuffalo/flect/issues/24)

## Current Status | Dependency | Source | Available on Conan | Available in conda-forge | | :--------: | :-----------------: | :----------------: | :---------------------: | | Boost | find_package |...

Hi, I've had a look at the clang JSON output that Jonathan mentioned in the other issue. I think adding this parser to cppast will probably help with a lot...

@foonathan I played around with clangs json output last night. The schema is really straightforward. One minor issue is, that it produces a lot of data. The [`etl/string.hpp`](https://github.com/tobanteEmbedded/tetl/blob/main/etl/string.hpp) header creates...

Following pypi packages will be interesting: - [ipp-devel (Not sure / Metadata)](https://pypi.org/project/ipp-devel) - [ipp-static (Static Lib/Archive)](https://pypi.org/project/ipp-static) - [ipp-include (Headers)](https://pypi.org/project/ipp-include) **CMake file are missing**, or I haven't found the right package...

4 Steps needed: ```yml - name: Install IPP (Linux) if: runner.os == 'Linux' shell: bash run: | wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null echo...

This is what I'm currently using for my freelance projects. The template repo is private unfortunately. A wild mix of your stuff and years of trial and error. :laughing: ```sh...