regtm

Results 9 comments of regtm

Seems consistent with what is checked in the population class for the termination: ``` if not self.config.no_fitness_termination: # End if the fitness threshold is reached. fv = self.fitness_criterion(g.fitness for g...

You could save the genome object returned by population.run() using pickle.

Running into the same error in colab environment. Is anyone running into this problem outside of an interactive environment? Edit: \__file__ is [not guaranteed to be set](https://github.com/ipython/ipython/issues/10123). Hence my [quick...

I've [forked](https://github.com/regtm/dload) the project to incorporate the path fallback and also changes for streamed downloads from @miccoh1994

@BrandonKMLee you can install it directly from the repo with `!pip install git+https://github.com/regtm/dload.git`

The % in the built query is causing your error, as the % is used for url encoding. Use * instead.

Bumping to mcr.microsoft.com/dotnet/sdk:8.0-cbl-mariner2.0 leads to what I assume to be dependency issues: ``` [build 4/4] RUN dotnet build "./src/Service/Azure.DataApiBuilder.Service.csproj" -c Docker -o /out -r linux-x64: 0.476 Determining projects to restore......

After making the project single framework and setting the new images I can build the image as expected. #https://github.com/regtm/data-api-builder/commit/b9443e6ab23183939fdc3db525d64f969dd0b5e1

@WhiteRabbit-Code I believe you should be able to rewrite the url via an outbound policy.