Bruno Cartolari Esteves

Results 11 issues of Bruno Cartolari Esteves

One thing I miss in company-flx is support for the `company-dabbrev` backend, so I implemented a really simple function for `completion-at-point-functions` in terms of dabbrev. The capf function, `my/dabbrev-capf`, can...

enhancement

TypeScript 3.7 introduces the assert keyword https://github.com/microsoft/TypeScript/pull/32695, it allows code to be written this way: ```typescript import { assertType } from 'typescript-is'; try { assertType(object); // No need to reassign...

I saw in the code that the data is loaded in the `load_country_data` private method. It'd be good if this method was customizable (using my lambda or proc, for example)?...

Carnival should show a select with the adequate values for a Rails 4.1 enum

Carnival takes the first field declaration in presenter and uses it for sorting. So even if you have a field that will not be shown in index, Carnival uses that...

As Carnival is getting bigger in number of features, it's fundamental to have a feature test suite to certify that the features are working properly. Features to be tested: -...

As Authentication was removed from Carnival the Header doesn't have the Logged Username, Avatar and Logout link anymore, because Carnival doesn't know the User, so it's necessary to define a...

The gem is deprecated Deprecation notice Since Rails 3 came out, I have no longer used Inherited Resources and it is no longer actively maintained. I have found that the...

Suppose there is a model Category that has_many Products, in this case if the field is rendered, for example in a table, Carnival should render the count alogside the name...