Results 10 issues of Luke Benstead

Follow up to the main contrib.search PR. This PR is to add exact string matching when using quotes around tokens. Summary of changes proposed in this Pull Request: - -...

Summary of changes proposed in this Pull Request: - These changes prevent Django being imported from start_emulators as this causes problems if you need to access emulator services (e.g. the...

Fixes #972 Summary of changes proposed in this Pull Request: - Stop assuming the App Engine SDK is in the tree - Update sandbox to deal with latest gcloud SDK...

1.x
2.x

This is a WIP branch to start restructuring Djangae to be suited for the Google App Engine Python 3 Runtime. The Datastore connector is being moved to the [django-gcloud-connectors](https://github.com/potatolondon/django-gcloud-connectors) project....

Although there is code for Box2D in cc.PhysicsSprite.js, it's completely unused and PhysicsSprite always subclasses the ChipmunkAPI. It's not just as simple as checking cc.game.modules and extending conditionally either, as...

### Is your feature request related to a problem? Please describe. I'd like to host Penpot on Google Cloud Run (obviously this isn't currently a supported way to host and...

enhancement
self-hosted

## Bug report **Describe the bug** Firebase's User.toString() method looks like this: ``` @override String toString() { return '$User(' 'displayName: $displayName, ' 'email: $email, ' 'emailVerified: $emailVerified, ' 'isAnonymous: $isAnonymous,...

Hi! I've hit a unique situation where I needed a C++03 implementation of std::exception_ptr and your solution is perfect for what I'm doing. I just wondered if you could specify...

I've just tried to compile on Fedora 39, and I've hit this error: ``` evaluator.cpp:39:10: fatal error: llvm/Transforms/IPO/PassManagerBuilder.h: No such file or directory 39 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` According...

I'm just creating this as some notes to myself (or a future contributor). There are apparently quite a few different blocks in the flashrom to store ISP settings depending if...

enhancement
help wanted