nigelsim
nigelsim
Hi, has there been any progress on this? This effects us generating TypeScript code where we can't use namespaces (React Native), meaning that in order to prevent name clashes in...
Is there work underway on this, and has it been resolved how to reconcile this with #466 ? I would like to contribute if I can over the next couple...
We put a slightly more targeted rule in our `android/build.gradle` so that we don't have to hack the node_modules: ``` subprojects { afterEvaluate {project -> if (project.hasProperty("android") && project.name ==...
Make sure you're following the instructions from `README_light.md` > git clone https://github.com/maptiler/tileserver-gl.git > cd tileserver-gl > node publish.js --no-publish > cd light > docker build -t tileserver-gl-light .
That's the wrong spot, because at that point in `Utils.unwrap()` it is unwrapping the generic type argument itself, where what it needs to doing is resolving the appropriate bounds on...
I think a workable workaround is to change the `release.buildTasks` to match what you want to do, but there will be a limit to what can be done here.
I'd also love to use DAnswer as the single source of indexed data, so I can build other LLM tools on top of it. e.g., an API to search for...
This does not work in 1.4.2. ```java @Mappings({ @Mapping(target = "conditionType", constant = "ACTION") }) public abstract RegisterEntryVerificationActivityDto toManuallyActionRegisterEntryVerificationActivityDto( AircraftRegisterVerificationActivity authorityConditionActivity); ``` produces ```java @Override public RegisterEntryVerificationActivityDto toManuallyActionRegisterEntryVerificationActivityDto(AircraftRegisterVerificationActivity authorityConditionActivity) {...
#81 and #82 are duplicates of this. I started looking into this, but am not familiar enough with the calculates to make quick progress. My hunch is that [this](https://github.com/sffjunkie/astral/commit/8a3bcf737da55d9263e5fe3c50a7b83f26ee32d3) refactor...
I'm not sure how proper what I'm about to propose is, but it is where I got to from first principals. Instead of being an option of the `writeHtml5String` function,...