Xuan Nguyen

Results 34 comments of Xuan Nguyen

Not only the alignment, but also remembering other settings is very useful. I think usually settings should be considered globally remembering across tools. Example, when we want to use red...

Hi, I tried latest versions and get warnings. ``` KotlinJs 1.8.0 org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.471 ``` ![image](https://user-images.githubusercontent.com/24372782/211217469-32dd8f6e-035a-4568-acb3-8897da0f57d2.png) ``` Grid { item = true columns = responsive( // warning Breakpoint.xs to responsive(12), Breakpoint.md to...

Is this project and the font still alive?

# Problem * We don't want checked exceptions, that's good for me. I had bad experience with checked exceptions in Java. * So now, with runtime exceptions, developers always have...

Regardless using annotation or documentation, we are converting all runtime exceptions to the problem of checked exceptions, which force developers to add something that should be done by compiler or...

@rubenferreira97 sorry for confusion, I think I need to clarify that I am talking only on the use-site (including transitive call chain). I totally agree that, we need a rule...

Now, even if we have that rule for the method, that directly throws an exception, we should never believe that the documentation about exceptions provided by a package is the...

Basically, I see that we all don't have controversial on direct exceptions. The controversial is on transitive exceptions. For transitive exceptions, I think this way: * dart will provide the...

Search a free text directly from a search field is very useful. Chrome allows defining keywords for search engines. But if a user has ten search engines, he would not...

I am also searching for a generic solution like this issue ticket. It would be nice to see everything as a generic artifact. And then, if we need maven, we...