Noah Rahm

Results 73 comments of Noah Rahm

> From what I recall, outdated/incompatible dependencies were pulled in via vcpkg, which is why we created some ports. Thank you. I will have to look into that. > But...

I'm also getting this error when trying to publish a new version of my package. ``` Invalid argument (beneath): ../../../../../Users/Acer/Documents/get_storage_info: "must be relative and normalized" package:pub/src/ignore.dart 229:7 Ignore.listFiles package:pub/src/package.dart 261:19...

Yes, setting the ``HOME`` variable does work. Thank you. It may be good to catch the error and prompt the user to set the variable on Windows since this seems...

# Proposal In line with making the app more accessible and providing a wider feature set, I'd like to propose the following: - [ ] A **re-design of the user-interface**....

@Bardock88, @ildar do you suggest translating the verse/chapter texts directly [here](https://github.com/BibleNotify/BibleNotify/tree/master/app/src/main/assets/bible) with something like weblate.org or transifex.com as mentioned, or looking for translations in other languages? It seems the former...

Hi @VeroniqueHuang, based on https://vcpkg.io/en/package/openimageio (select the features tab), it should be as simple as running the second command outlined in the README of this repo with the vcpkg freetype...

@Reginald-L does your file structure look something like this: ├── LICENSE ├── oiio │ ├── boost_atomic-vc143-mt-x64-1_82.dll │ ├── boost_chrono-vc143-mt-x64-1_82.dll │ ├── boost_container-vc143-mt-x64-1_82.dll │ ├── boost_context-vc143-mt-x64-1_82.dll │ ├── boost_coroutine-vc143-mt-x64-1_82.dll │ ├──...

@Metallicow that certainly is true about PopupTransientWindow. It seems quite particular. So what you're saying is to destroy all widgets within the menu first?