Results 35 issues of BD

If I add a App.Debug.tt file then I get no transform preview. If I make the App.Debug.tt dependent upon App.config then the transform preview fails with an error message. If...

from my repository https://github.com/ImaginaryDevelopment/mono-suave (builds and deploys back to github releases from appveyor just fine) > -----> SuaveFramework app detected > -----> Downloading mono to /app/tmp/cache/heroku-18/vendor > % Total %...

in `Client.fs` I have 2 forms, one demoing a no ajax based auth login, the other ajax. If the ajax version is wrapped in a form tag and the other...

question
waiting response

Maybe I'm just not having luck following the source code, but it appears to me that logging is [service-located](https://freecontent.manning.com/the-service-locator-anti-pattern/) at https://github.com/haf/expecto/blob/main/Expecto/Expecto.Impl.fs#L15 I see no clear way to inject Serilog or...

**Is your feature request related to a problem? Please describe.** There is a lot going on in this template, a lot of very helpful things setup in a specific way....

help wanted
good first issue
Feature

**Is your feature request related to a problem? Please describe.** When I add new code to the project and then try to build ``` DotnetTest 00:00:04.1182971 (Exception of type 'Fake.DotNet.MSBuildException'...

enhancement
help wanted
good first issue

I was able to run a simple ReactNative App per https://reactnative.dev/docs/environment-setup linked from https://reactnative.dev/docs/getting-started which the docs here say to use. Android Studio is installed and I followed `adb devices`...

fix on my side was to call the grid's init() method after it was made visible. ``` self.isInboxVisible.subscribe(function (newValue) { if (newValue === true && !initializedgrid) { initializedgrid = true;...

this syntax is causing it to recreate the observable collection on every pass, there is no backing field created. see http://stackoverflow.com/a/3913701/57883

**Is your feature request related to a problem? Please describe.** Certain defaults (possibly all defaults) would be better served to be included in the jsonc file. Especially the outdir setting....

enhancement
feedback