-
Explain how and when to use the [DatePicker fallback parser](https://github.com/vaadin/flow-components/issues/2466), including a live example.
---
If you think this issue is important, add a…
-
```
program private
integer, dimension(3) :: i
!$omp target teams private(i)
!$omp end target teams
end program
```
```
$ flang private.F90 -fopenmp
flang-20: warning: OpenMP support in flang…
-
Flang crashes if a declare target directive without clauses is placed in a subroutine or function block inside an interface.
```
module iface
interface
subroutine a()
!$omp declare target
end …
-
### Bug Description
I'm trying to split some markdown files using ```SimpleDirectoryReader``` and ```SemanticDoubleMergingSplitterNodeParser```. The code is below:
```
from llama_index.core.node_…
-
Platform : PC desktop
Host: Word
Office version number: Microsoft® Word for Microsoft 365 MSO (Version 2404 Build 16.0.17531.20140) 64-bit
Operating System: Microsoft Windows 11 pro.
Hi team,
I…
-
I'm trying to modify the pgMar part of the xml of a word document,
the code is like this
`const getXMLOfSections = async () => {
try{
await Word.run(async (context) => {
…
-
The ApacheTikaDocumentParser class does not include Metadata when returning a document after parsing it.
Can you modify the code
```
public Document parse(InputStream inputStream) {
try…
-
Following the quickstart for mdx here https://www.content-collections.dev/docs/content/mdx
![image](https://github.com/user-attachments/assets/ed0116b8-fbb7-495c-8864-e91705d1e561)
results in th…
-
Installing tutorial 14 fresh, I get the following error when running `nomad parse --show-archive tests/vasprun.xml.relax`:
```python
/home/nathan/Documents/nomad-parser-vasp/.pyenv/lib/python3.11/…
-
For [temper-regex-parser](https://github.com/temperlang/temper-regex-parser) current main, some backends work:
```
temper-regex-parser> temper test -b csharp -b js -b lua
Tests passed: 66 of 66
…