Results 11 issues of Jon S Akhtar

Hello @carloscuesta :sunglasses:! - Emoji: 🕵️ - Code: `:detective:` - Description: This generalizes the Health Check (#668) proposal to mean any code that enhances the observability of the code. This...

emoji

`java.lang.NullPointerException at com.intellij.extapi.psi.ASTDelegatePsiElement.getStartOffsetInParent(ASTDelegatePsiElement.java:126) at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at idea.plugin.psiviewer.util.IntrospectionUtil.getValue(IntrospectionUtil.java:64) at idea.plugin.psiviewer.view.PropertySheetPanel.setTarget(PropertySheetPanel.java:61) at idea.plugin.psiviewer.view.PsiViewerPanel.updatePropertySheet(PsiViewerPanel.java:256) at idea.plugin.psiviewer.view.PsiViewerPanel.setSelectedElement(PsiViewerPanel.java:239) at idea.plugin.psiviewer.view.PsiViewerPanel.access$600(PsiViewerPanel.java:59) at idea.plugin.psiviewer.view.PsiViewerPanel$ViewerTreeSelectionListener.valueChanged(PsiViewerPanel.java:199) at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:635) at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1093) at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:294) at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:188)...

Contracts do not allow variable number of parameters due to a length check which looks like it may just be to prevent an out of bounds condition in the next...

enhancement
good first issue

Under the new permissions model you have to request access to the camera at runtime. The sample app doesn't do this. So in order to make it work you have...

I think I have owned every version of the tool. I challenge anyone to find a more functional tool . It needs to be in the list. https://www.regexbuddy.com/

HEC supports passing additional fields that are not directly part of the event data. This is useful for example to provide additional metadata about the events beyond just the sourcename....

enhancement

``` To reindex this file IDEA has to be restarted: 200, throwable=java.lang.ArrayIndexOutOfBoundsException: 200 at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.new_localvar(KahluaParser.java:337) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.localstat(KahluaParser.java:1488) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.statement(KahluaParser.java:1785) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.chunk(KahluaParser.java:1812) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.parse(KahluaParser.java:1884) ```

Here is the stack. I don't have a reproduction yet: ``` java.lang.ArrayIndexOutOfBoundsException: 4659 at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.getjumpcontrol(FuncState.java:345) at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.patchtestreg(FuncState.java:367) at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.patchlistaux(FuncState.java:389) at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.dischargejpc(FuncState.java:398) at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.code(FuncState.java:1060) at com.sylvanaar.idea.Lua.lang.parser.kahlua.FuncState.codeABC(FuncState.java:1078) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.forbody(KahluaParser.java:1309) at com.sylvanaar.idea.Lua.lang.parser.kahlua.KahluaParser.forlist(KahluaParser.java:1370) at...

The swift libraries are not resigned properly. The app crashes instantly on load. This is for App Store builds. (Or TestFlight as was in this case).

The CLDR data does not have data for locales in the form xx-XX where XX are the same 2 characters. e.g. it-IT. I assume the expectation is to use just...