Thomas

Results 46 issues of Thomas

I'm in a browser and I share the link with _Open in ReadIt_ **OR** I copy paste the url in _ReadIt_ and click on the Read button, I get a...

**Describe the bug** With the latest refactor, the stylesheets are added to the `` element during a synchronization mechanism. This creates a quick flickering because the page is first rendered...

If the `ImageView` is wrapped with a `FrameLayout` for instance, the images appear disorted. I changed the sample app to use that kind of items : https://github.com/500px/greedo-layout-for-android/compare/master...tbruyelle:wrapped-imageview The result :...

In my previous patch (#980) we discussed with @myitcv about removing a `if` that appears to be useless in `cmd/quickfix.go` : ```diff wantIdx := want.Idx - 1 - if len(v.lastQuickFixDiagnostics)

Fix #2489 This PR continues the work of #2539. An other PR was required because the original branch was from an other repo. What I did so far : -...

Fix #2660 os.Rename fails when source and destination are in different partitions. xos.Rename works in that context.

**Is your feature request related to a problem or issue you encountered? Please describe.** `BroadcastModeBlock` is planned for deprecation in the SDK (see https://github.com/cosmos/cosmos-sdk/issues/12167) **Describe the solution you'd like** This...

request

Previously, the ignite binary was supposed to be present in the path, which can be error prone if the binary is not up to date with the integration version. The...

Currently, the integration tests uses the CLI binary they can find in the path. This can be confusing as you may have test errors because using a previous build. We...

enhancement
testing

The option is `forceCheckBoxValue` I have to add it on a lot of functions inside form2js.js, I think it would be better to have an object to store all options...