Javier Lopez
Javier Lopez
## Problem The api for document tags, as the title says `doc.add_tag, doc.get_tags` only works in version 13. 1. [Documentation](https://github.com/frappe/frappe_docs/blob/43eefd42e1d6f5dc2e00c68617a510e0fe5e2a91/frappe_docs/www/docs/user/en/api/document.md#docadd_tag) 1. The following PR https://github.com/frappe/frappe/pull/11088 implemented tags only in develop,...
There's no reference on how to a "Add Multiple" button in a child Table. For example: ```javascript frm.get_field("packages").grid.set_multiple_add("package"); ``` 
**Describe the bug** Typescript doesn't resolve types correctly unless my tsconfig uses `module: Presserve` **To Reproduce** Steps to reproduce the behavior: 1. Use a tsconfig like this: ```json { "compilerOptions":...
test "server -> client connecting to its own pipe address" deadlocks under wrong XDG configuration
### Problem Running the test [server -> client connecting to its own pipe address does not deadlock](https://github.com/neovim/neovim/blob/5792546777332361a9ac49107e46149c703de90e/test/functional/api/server_requests_spec.lua#L387) deadlocks on macos when the environment has `XDG_RUNTIME_DIR=/tmp`. The value is incorrect, but...