Boris Petrov

Results 207 issues of Boris Petrov

Hi, I'm trying the library like this: ```java ContentInfoUtil contentInfoUtil = new ContentInfoUtil("/home/boris/.magic.mime"); ContentInfo info = contentInfoUtil.findMatch(path.toFile()); ``` `path` is just a Path to a small text file named `/tmp/PFZ6827520388559156905.txt`...

Recently I've noticed that stickers are not received as well as (I think) some links, attachments, etc. Also, I think, sometimes messages in group chats are being missed. Is anyone...

resolved

I no longer seem to be receiving images. Not even a notification. Nothing. I have to log in to Facebook to see that there is actually a new message. This...

Run `ember new --yarn ember-cli-babel-bug`. Then modify `config/targets.js` to be just `['firefox 35']`. To `ember-cli-build.js` add: ```js 'ember-cli-babel': { includeExternalHelpers: true, includePolyfill: true, }, ``` Run the app with `ember...

Using SpotBugs 4.5.0 and the Gradle plugin version 5.0.0. After updating to it, I started getting: ``` Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang/IllegalClassException at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) at java.base/java.lang.Class.getConstructor0(Class.java:3578)...

### Description of the problem / feature request: A few false-positives for `JdkObsolete`. ### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if...

I think this is a good default. Most providers won't do anything different than this. I guess? @garydgregory thoughts?

`settings.gradle`: ```gradle include 'bar' ``` `build.gradle`: ```gradle plugins { id 'nebula.lint' version '17.5.0' id 'dev.jacomet.logging-capabilities' version '0.10.0' apply false } repositories { mavenCentral() } allprojects { apply plugin: 'nebula.lint' repositories...

```typescript const x: { readonly a: number } = { a: 1 }; Object.assign(x, { a: 3 }); ``` This should warn, I guess, but it doesn't. Am I missing...

good first issue

Guava 31.1-jre, JDK 18. ```java MediaType.parse("application/pdf; \rname=\"foo\rbar.pdf\"") ``` Leads to an exception: ``` Caused by: java.lang.IllegalArgumentException: Could not parse 'application/pdf; name="foo bar.pdf"' at com.google.common.net.MediaType.parse(MediaType.java:1078) ... Caused by: java.lang.IllegalStateException at com.google.common.base.Preconditions.checkState(Preconditions.java:486)...

type=enhancement
package=net
P4