Marko Kruljac

Results 13 issues of Marko Kruljac

Is it possible to have multiple endpoints, but with different query params? For example: one endpoint would be `/example?foo=bar` and another would be `/example?foo=false`. The two endpoints should be able...

#### What are you trying to achieve? I am trying to call `sendAjaxPostRequest` and I would like to pass raw, unformatted parameters to the server. For example ```php $I->sendAjaxPostRequest('/some-endpoint', '{"foo":...

I noticed that the formula for maintainability index takes into consideration code comments. We frequently try to keep comments to a minimum and use self-explanatory code and php7 types whenever...

enhancement
question

Hello, I was wondering if it would be possible to include class maintainability index in the XML report. We are running phpmetrics on Jenkins CI and would like to use...

When generating a model from a database table using the Gii Model Generator, you get a nice list of rules depending on the data type of the column and so...

type:enhancement

Hi there, Looking at the docs, you reference "Compatibility and schema evolution", but I am unable to find any example on how to achieve schema evolution, which is one of...

Is there any schema caching (memoization) in the SchemaRegistry client? For example, will the following snippet generate more than 1 API call? ```typescript let response: any = SchemaRegistry.getLatestSchemaId("foo"); // calls...

documentation
help wanted

The Interface RegisteredSchema is not exported, so it is private to the scope where it is defined. Since your public interface ```typescript SchemaRegistry.register(schema: Schema, userOpts?: Opts): Promise ``` returns exactly...

enhancement
help wanted
good first issue

I tried using this package to manage my selenium dependencies, but I quickly found out that it does not work for mac with the current versions being around. There is...

IDE did not show support for the getIsoCode method so I found out it's because it is missing from the Result class. I would also suggest you change the getCity/getLocation/getIsoCode...