jeduden

Results 14 issues of jeduden

they work only if the path was mentioned explicitly. the code pieces using excludes are using table.icontains . which AFAIC doesn't implement pattern matching. icontains: https://github.com/bkaradzic/GENie/blob/3ff99b41cca01036a4654f7a3fd37e9c85bdc3d8/src/base/table.lua#L21 xcode: https://github.com/bkaradzic/GENie/blob/99621dc61e26cff51cf19a3400da47cbc83f2893/src/actions/xcode/xcode_common.lua#L705

#### What are you trying to achieve or the steps to reproduce? I am trying to mock Fotoapparat with Mockito. Since Fotoapparat is final mockito has issues mocking this class...

**Describe what scenario you think is uncovered by the existing examples/articles** I have an InheritedWidget that provides values, a state and a stream. These come from a separate library. Now,...

documentation

The generic processing of performance metrics is supported (as a test-case), but the results of the measurements + baseline + improvement etc are not shown in the reports. Is there...

I have the following scenario in mind: A subject receives a new schema version that is backwards compatible. Consumers must be upgraded first. During the upgrade a couple of consumers...

It seems that union types are not supported by this lib, since the validation assumes that the type has a name. The confluent registry however accepts union types just fine....

enhancement

is there away to use async step definitions with pytest-bdd ? For a step definition like: ``` @when('i send cucumbers ') async def i_send_cucumbers(loop): pass ``` I see the warning:...

when enabling isTimelineLoggingEnabled Grpc Package Version: `3.0.0` ## Repro steps 1. isTimelineLoggingEnabled = true 2. execute grpc call Expected result: Network call on timeline Actual result: No Network call on...

I was wondering how I can add comments for translators ? I am looking for a feature similar to what `xgettext` has. It picks up comments preceding the gettext string...

enhancement
help wanted

Since fill uses `sprintf`, parameters depend on the position in the translation. Sometimes it can make sense to swap the placeholders. Further providing names to placeholders can help translators to...

enhancement
help wanted