Skip to content
#

sphinx

Here are 566 public repositories matching this topic...

evgen84
evgen84 commented Oct 5, 2018

What steps will reproduce the problem?

The problem appears only in case parameter contains \ as last symbol. Seems it's in the
yii\sphinx\MatchBuilder::parseParams(). When changing preg_replace() to str_replace() it works but it seems it's not correct to use str_replace() based on comment:

// $model extends \yii\sphinx\ActiveRecord
$value = '543524\\';
$data = $mode
milessabin
milessabin commented Dec 11, 2019

I have a simple docs module,

lazy val docs = project
  .in(file("docs"))
  .enablePlugins(ParadoxSitePlugin)
  .settings(
    paradoxTheme         := Some(builtinParadoxTheme("generic")),
    previewLaunchBrowser := false
  )

From the root project docs / makeSite and docs / previewSite work as expected. However at the root, docs / previewAuto results in an NPE,

``

codesoap
codesoap commented Nov 20, 2019

I was curious what the purpose of all the different tools in cmd/ is, so I went to the documentation to find an explanation. I found the "Source Code Layout" section, but it seems to be quite outdated.

These tools are mentioned in the documentation, but do not exist anymore:

  • genassets
  • todos
  • transifexdl
  • translate

Th

symbiflow-arch-defs
ColonelPanicks
ColonelPanicks commented Apr 8, 2020

Just a little one, the RTD requirements.txt line hasn't properly been bumped to latest release version, it reads:

https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.12/sphinx-tabs-1.1.13.tar.gz

Whereas it should be

https://github.com/djungelorm/sphinx-tabs/releases/download/v1.1.13/sphinx-tabs-1.1.13.tar.gz

The v1.1.12 after download should be `v1.1.

eherz1
eherz1 commented Oct 7, 2017

Loading overlay never disappears. Console shows an error:

js.new_loadout.min.js:3045 Uncaught TypeError: Cannot read property '0' of undefined
    at osmium_init_shortlist (js.new_loadout.min.js:3045)
    at osmium_init_sources (js.new_loadout.min.js:2916)
    at osmium_init (js.new_loadout.min.js:6970)
    at js.new_loadout.min.js:6896
    at onsuccess2 (js.new_loadout.min.js:2361)
dmolik
dmolik commented Nov 27, 2019

Given most cluster deployment mechanisms turn on RBAC by default, the mmkubernetes plugin will need a serviceaccount with privileges to list and get pods and namespaces. Documention and a sample yaml config should be provided.

Improve this page

Add a description, image, and links to the sphinx topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sphinx topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.