connorivy

Results 12 issues of connorivy

When I run the pytest for test_physical, I get the following output (venv) C:\Users\civy\Music\GitHub\pygmsh\tests\built_in>pytest test_physical.py ================================== test session starts ================================== platform win32 -- Python 3.9.6, pytest-7.0.1, pluggy-1.0.0 rootdir: C:\Users\civy\Music\GitHub\pygmsh\tests\built_in collected...

## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....

enhancement
question
hacktoberfest

## Prerequisites - [x] I read the [contribution guidelines](https://github.com/specklesystems/speckle-server/blob/main/CONTRIBUTING.md) - [x] I checked the [documentation](https://speckle.guide/) and found no answer. - [x] I checked [existing issues](../issues?q=is%3Aissue) and found no similar issue....

bug

## Description & motivation Add method for account upgrade. This is to be used from manager ## Changes: ## To-do before merge: ## Screenshots: ## Validation of changes: ## Checklist:...

## Description & motivation Devs using our nugets have been facing this issue for a while where the converter will fail due to a null "revitDocumentAggregateCache". This PR initializes the...

## Description & motivation Adds the wall conversion. Specifically consolidated the existing logic into more digestible methods and added functionality to send curtain walls and stacked walls that didn't previously...

## Description & motivation ## Changes: ## To-do before merge: - Invoking common receive operation located in Speckle.Connectors.Utils.Operations with custom RevitHostObjectBuilder - Wrapped entire thing in RevitTask to execute in...

The unit tests are discovered and run by speckle.xunit.runner, so we should pass the view model instance via the xunitRevitUtils class so the user can access the results of their...

## Description & motivation ## Changes: Adds gridline convertion to Revit ## To-do before merge: ## Screenshots: ## Validation of changes: Can now receive gridlines at various angles ## Checklist:...

## Description & motivation ## Changes: RevitRootToHostConverter - A mirror of the RevitRootToSpeckleConverter which not only checks for registered conversions of a specific type, but also moves up the inheritance...