Joseph Hale, MS SE

Results 16 issues of Joseph Hale, MS SE

I have a custom template I'd like to use in all my python projects across several different computers, but the `"autoDocstring.customTemplatePath"` setting only accepts a path relative to the project...

feature request

# Issue When clicking on the **Projects** tab in the sidebar, my local instance of Hakatime sits on the loading screen forever. # Expected Behavior Clicking on the **Projects** tab...

bug

#### Problem Description As noted in #143 , many Python projects use the format `:param : ` or `@param : `, but this format for documenting function parameters is not...

enhancement

The [DockerHub README](https://registry.hub.docker.com/_/odoo/#:~:text=agpl%20) claims that Odoo uses the AGPL license ... ![image](https://user-images.githubusercontent.com/47901316/127897125-a59a3d96-cbd1-44cf-a516-7a16754002f9.png) ... but the actual community repo's [LICENSE](https://github.com/odoo/odoo/blob/14.0/LICENSE) file claims LGPL. ![image](https://user-images.githubusercontent.com/47901316/127897331-7308165b-8a8c-4b10-a54b-1c3b91c759d4.png) **Which license does Odoo actually use?**

### What This PR allows calls to `expect().fail(message)` to fail a test, even when the `expect().fail()` is executed inside of a try/catch block. ### Why closes #663 This functionality has...

**Bug** - `package` version: 4.0.1 - `node` version: 18.18.0 - `yarn` version: 1.22.19 Relevant code or config ```javascript // my.test.js function invokeWithTry(callback) { try { return callback(); } catch (err)...

### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=bar-simple&lang=ts&code=MYewdgzgLgBAFiArgJwjAvDA2gKBjAbxgBMBDKAUwC4YByAJgAZ6AWAWkYEY37PaAaeElQ1OMAL6CA9FJgBlRGDIBPPIRLlqdJqw7d6AZgFCUEGgA4J02QFlwKtUTKUaDZuy48WxhKZoA2KxgZGAAVRAoIB3wnTVcdD30AVh9hMxgAdiCQgHUKYjBI6PVnLTddT3p_VL9MgDpLSWDZULhTYtiXbXc9HgyakRgDbNkAMWQASw6NLvLEnnMB9MY6sSaQuXIUadL4nsqATiXREflFHbjuiu4DRmOYTkZTuyVSVRiZsoTegz5BX0G_jqw3WLQiUTejk-ewq9D09yyoJgeQKRUhH12Vw8cOY93MdSSp1a7XRJUucw4OKM_zSNAOp3GU1JnS--xx3hptTWzXkW2QDgAugBuHA4ABmimAUAm4BgEF8ABtiAAhCgAYRACpAyHyAAoJkoKAAPGhgRAAWwARhRkABKGiWkCaiikMCENQhHVQFBug3EY0wACkMHoGEwjDUXp9MD9AeDWXQiZgTwAPimY4ajUHMmHMIEeQB3CgUADWFCUEBw4lFIAADtLZZgCGojQBBI0TdLN_D4KDKWtlYCaADm2uUAjU-AgtYVEygrZ1pBo3Z7U4QBZoUGQEX4k57BsoyAAbqQFTR9ZnBCeFRFbRgAHxyxUq9Wa7V62NG2271fV_CSNRlHbTtlxgPsB1ca8IloKw1AgG0JkiGhcFXFdV2cJcTFQOpzVIWtdV1OA73QR8sDgOpSn-OoAQgAVvz3Xt-zKS1SGQCdV3wOcKHNOQ-wVLQ0I40AtWQc9OlIABJTMJGIx95SQJVVQ1ES9QwqT_S_GAAH4YAAImHHVlF0mAaF0y0bwoXSGIkPc_xgAUqyFIA ### Steps to Reproduce 1. Open the linked Minimal Reproduction 2. Observe that both `xAxis.splitArea.interval` and `series.itemStyle.color` use the same conditional...

bug
pending
en

### Describe the feature After switching to Lawnchair from [Productivity Launcher](https://play.google.com/store/apps/details?id=com.devswhocare.productivitylauncher), I have found myself greatly missing their fast-access app drawer. There, the app drawer is a single list of...

enhancement
feature

I'm getting the same error message as described in https://github.com/cooperspencer/gickup/issues/112, but I'm running the [latest version (0.10.24)](https://hub.docker.com/layers/buddyspencer/gickup/0.10.24/images/sha256-edd69c5e1dcf3dabaeb586224819b22218cb1f6bc8a119542fb9cb2fcc5bfa5d?context=explore). Is this perhaps a regression? I seem to get the error most often...

Looking at the docstring, there are four parameters to the `Tone().__init__()` function but the function signature only specifies three. The parameter `frequency` is the one listed in the docstring that...

investigation