Amin Ya

Results 1114 comments of Amin Ya

I will try to create a minimal working example. Although do above workaround works for other functions, but when I have to actually pass a `file.getFP` from D to C,...

Here are a couple of files that reproduce the issue. ```ps1 dub run --build=release --quiet --yes dpp -- --preprocess-only ./test.dpp --keep-pre-cpp-files ``` [test_dpp.zip](https://github.com/atilaneves/dpp/files/6585414/test_dpp.zip) ```ps1 dub run --build=release --quiet --yes dpp...

One short term solution to this is to `extern` the unknown definitions instead of defining them like `struct _iobuf;` In the long term, there should be a way to specify...

I have been trying to build a library but it fails with strange errors such as the following on Windows. The same code works on Ubuntu! ```ps1 > dub run...

I found a workaround. Only use `dpp` to generate the required d files, then use dmd for linking. This first generates the required d files: ```ps1 dub run dpp --...

Thanks. For the record, I was able to exclude `mylib.d` using the following `dscanner.ini` at the root of the project. ```toml [analysis.config.ModuleFilters] undocumented_declaration_check = "-mylib" long_line_check="-mylib" ``` Do you know...

The CI failure is unrelated. I did not touch 191:11. I am not sure why this `jest/no-conditional-expect` is failing!

@Julusian `prebuild` doesn't have first-class CMake-js support. The development for prebuild is very slow when it comes to merging the pull requests related to cmake-js: https://github.com/prebuild/prebuild/pull/254 https://github.com/prebuild/prebuild/issues/269 https://github.com/prebuild/prebuild-install/issues/138 https://github.com/prebuild/prebuildify/issues/49 https://github.com/prebuild/prebuildify/pull/7...

In Documenter `@raw html` can be used

This was fixed in #136, but it was never merged. You can use that fork instead.