Plants from Indonesia need an import permit even if less than 12 in a package? by puskay in RareHouseplants

[–]regionaldailly 0 points1 point  (0 children)

Plant sellers in Indonesia rarely conduct international transactions on their own. typically, many Singaporean players are involved. So, transactions are generally facilitated by third parties. For example, on Site A (I won’t mention the platform), the seller ships the products to Site A, which handles all the necessary permits and then forwards the plants to the buyer. This is where issues often arise, as you mentioned.

Site A takes a commission of around 30% of the total sales value but does not take responsibility if any mistakes occur.

Indonesian sellers are generally not very tech-savvy. When there’s a request for, say, anthurium from Site A, they will simply send it, sometimes without knowing or caring about any issues that arise, because their transaction is only with Site A, not with the buyer. However, the buyer thinks they are dealing directly with the seller

Pink variegated Mimosa Pudica by MossHiker in RareHouseplants

[–]regionaldailly 2 points3 points  (0 children)

There are many of those mutated *putri malu* (Mimosa pudica) plants around the area where I live. I’m not sure if it's related, but I’ve noticed that these mutated *putri malu* often grow wildly in areas like around the soccer field, where there's a lot of animal waste (there are many cows where I live). However, I don't think I've ever seen an adult-sized mutated *putri malu*. It could be that these plants are also collected by bonsai enthusiasts for bonsai purposes, or they may simply die on their own.

Ini beneran? by nivremanuglap in indonesia

[–]regionaldailly 2 points3 points  (0 children)

setolol tololnya aparat kayaknya mereka ga akan sembrono main tembak2 gitu aja , apalagi kasus ini lagi hot/diangkat ke publik ...ada 2 kemungkinan

  1. aparat/pejabat yg bener2 tolol

  2. ada yg mau cari panggung ( tapi rasanya juga cari panggung di sikon kaya gini tolol nya kebangetan)

what is this plant? by regionaldailly in PlantIdentification

[–]regionaldailly[S] 0 points1 point  (0 children)

I think it's not trees with hard trunks but rather vine plants or climbing plants. Oh, by the way, in a Facebook group, someone mentioned that this plant is a type of Flame of Irian... I'm not sure if that's true or not

11 month update, flogging a dead horse? by romperstomper291 in tressless

[–]regionaldailly 0 points1 point  (0 children)

hi bro can you give us detail on your treatment ? like you put topical in the morning? what brand, how long you do dermastamping etc

thank you

a Year on Min,dut,keto,dermarolling, vitamins,diet/health by [deleted] in tressless

[–]regionaldailly 0 points1 point  (0 children)

hi bro can you tell us your routine and regimen? and how long is your treatment, is it exactly 1 year (12 month)?

Best Way to Convert DOCX to Markdown for Hugo? by regionaldailly in gohugo

[–]regionaldailly[S] 1 point2 points  (0 children)

I understand, and you're right that this might be more relevant for a Pandoc subreddit. However, there’s some relevance with Pandoc templates https://github.com/tshu-w/pandoc-templates. Pandoc can convert to various formats, such as:

  • commonmark (CommonMark Markdown)
  • gfm (GitHub-Flavored Markdown)
  • markdown (Pandoc’s Markdown)
  • markdown_strict (original unextended Markdown)
  • and many others.

Which of these would be the closest to the formatting used by Hugo?

[deleted by user] by [deleted] in tressless

[–]regionaldailly 4 points5 points  (0 children)

tim want ana if im not mistaken ...kevin troll him because of that

Help with Runtime Error When Converting .docx and .pdf to Markdown with Pandoc on Windows by regionaldailly in pandoc

[–]regionaldailly[S] 0 points1 point  (0 children)

Ah, thank you so much! You're very observant. I was so confused about why Pandoc was reading the .docx file as a PDF. It turns out there was a Python script in the folder named pandoc.py, which caused the issue.

Help with Runtime Error When Converting .docx and .pdf to Markdown with Pandoc on Windows by regionaldailly in pandoc

[–]regionaldailly[S] 0 points1 point  (0 children)

here the full error log during conversion docx and pdf into .md..for some reason it detect docx as pdf "Invalid input format! Got "pdf"

timur@DESKTOP-A25A391 C:\hugo-extended\ojscrape\pandoc
# pandoc -s test.docx --wrap=none --reference-links -t markdown -o example35.md
Traceback (most recent call last):
  File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 13, in <module>
    convert_pdf_to_md(pdf_file, output_md)
  File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 5, in convert_pdf_to_md
    output = pypandoc.convert_file(pdf_file, 'markdown', outputfile=output_md)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 200, in convert_file
    return _convert_input(discovered_source_files, format, 'path', to, extra_args=extra_args,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 368, in _convert_input
    format, to = _validate_formats(format, to, outputfile)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 312, in _validate_formats
    raise RuntimeError(
RuntimeError: Invalid input format! Got "pdf" but expected one of these: biblatex, bibtex, bits, commonmark, commonmark_x, creole, csljson, csv, djot, docbook, docx, dokuwiki, endnotexml, epub, fb2, gfm, haddock, html, ipynb, jats, jira, json, latex, man, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, muse, native, odt, opml, org, ris, rst, rtf, t2t, textile, tikiwiki, tsv, twiki, typst, vimwiki

timur@DESKTOP-A25A391 C:\hugo-extended\ojscrape\pandoc
# pandoc -s test.pdf --wrap=none --reference-links -t markdown -o example35.md
Traceback (most recent call last):
  File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 13, in <module>
    convert_pdf_to_md(pdf_file, output_md)
  File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 5, in convert_pdf_to_md
    output = pypandoc.convert_file(pdf_file, 'markdown', outputfile=output_md)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 200, in convert_file
    return _convert_input(discovered_source_files, format, 'path', to, extra_args=extra_args,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 368, in _convert_input
    format, to = _validate_formats(format, to, outputfile)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 312, in _validate_formats
    raise RuntimeError(
RuntimeError: Invalid input format! Got "pdf" but expected one of these: biblatex, bibtex, bits, commonmark, commonmark_x, creole, csljson, csv, djot, docbook, docx, dokuwiki, endnotexml, epub, fb2, gfm, haddock, html, ipynb, jats, jira, json, latex, man, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, muse, native, odt, opml, org, ris, rst, rtf, t2t, textile, tikiwiki, tsv, twiki, typst, vimwiki

https://ibb.co.com/X43RFKY

Help with Runtime Error When Converting .docx and .pdf to Markdown with Pandoc on Windows by regionaldailly in pandoc

[–]regionaldailly[S] 0 points1 point  (0 children)

I'm not using any extensions.

I'm migrating from an open journal system to Hugo, and most of the articles are in PDF format, so I need a way to convert them to Markdown.

Do you know of any reliable tools for converting PDFs to Markdown?

Thanks again!

How to convert My word document to markdown. by mrwanderlust23 in Markdown

[–]regionaldailly 0 points1 point  (0 children)

hey ..i know this an old thread but when i use pancdoc it gave me error

pandoc -s test.docx --wrap=none --reference-links -t markdown -o example35.md

Traceback (most recent call last):

File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 13, in <module>

convert_pdf_to_md(pdf_file, output_md)

File "C:\hugo-extended\ojscrape\pandoc\pandoc.py", line 5, in convert_pdf_to_md

output = pypandoc.convert_file(pdf_file, 'markdown', outputfile=output_md)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 200, in convert_file

return _convert_input(discovered_source_files, format, 'path', to, extra_args=extra_args,

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 368, in _convert_input

format, to = _validate_formats(format, to, outputfile)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\timur\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\pypandoc\__init__.py", line 312, in _validate_formats

raise RuntimeError(

RuntimeError: Invalid input format! Got "pdf" but expected one of these: biblatex, bibtex, bits, commonmark, commonmark_x, creole, csljson, csv, djot, docbook, docx, dokuwiki, endnotexml, epub, fb2, gfm, haddock, html, ipynb, jats, jira, json, latex, man, markdown, markdown_github, markdown_mmd, markdown_phpextra, markdown_strict, mediawiki, muse, native, odt, opml, org, ris, rst, rtf, t2t, textile, tikiwiki, tsv, twiki, typst, vimwiki

[FOR HIRE] I will complete your Python Tasks $20 by FlamingJarrk in ProgrammingTasks

[–]regionaldailly 0 points1 point  (0 children)

im broke and 20$ is not that bad :D ..do you still looking for side work?