Luiz Henrique Cassettari
Luiz Henrique Cassettari
> Is the problem only with repacking, or without it doesn't switch either? I rebuild without the repack loaded inside Revit and works, sorry about that. Probably is something missing...
> Beta is available: https://github.com/jeremytammik/RevitLookup/releases/tag/2026.0.0-preview.2.250222 Did you use ILRepack?
> [@ricaun](https://github.com/ricaun) yes, ILRepack enabled for RevitLookup 2025 and older https://github.com/jeremytammik/RevitLookup/blob/dev/Directory.Packages.props#L52 Nice. This probably is irrelevant after the repack. ``` ``` Could be possible to release a .bundle.zip without any...
To install all Revit versions at the same time, is more convenient to install/update a simple folder. Yep, an issue/proposal makes sense.
I had the same problem if you remove this line disforce the https https://github.com/Autodesk-Forge/forge-designautomation-tools/blob/da2aac327dcb35793e65c8673c0171da209be70a/server/server.js#L28 or add the a `if (process.env.NODE_ENV === 'production')` ```js if (process.env.NODE_ENV === 'production') app.use(enforce.HTTPS({ trustProtoHeader: true...
> You have exceeded your request limit on GitHub, I think you are wrong, the exception says _'No such host is known. (api.github.com:443)'_, maybe for a moment my machine goes...
> Yes, RevitLookup logs important errors to the journal and some messages to the Console. This is useful when users are having issues and require help: https://github.com/jeremytammik/RevitLookup/releases/tag/2025.0.2 > Would be...
I noticed the `Event Monitor` is sending messages in the Debug. ``` 2024-10-07 19:49:56 [DBG] RevitLookup.Core.EventMonitor: - missing target 2024-10-07 19:49:56 [DBG] RevitLookup.Core.EventMonitor: RevitLookup EventMonitor: Autodesk.Revit.UI.TextBoxCommandHandler.CanExecuteChanged 2024-10-07 19:49:56 [DBG] RevitLookup.Core.EventMonitor:...
> What reason do we have to disable logging? I don't need that information in the console. > If you get such messages, you have probably compiled the project for...
> Personal preference cannot be a reason to remove any functionality I'm not asking to remove, I'm a big fan of option to disable/change the log level like a configuration...