Skip to content
#

fluent

Here are 256 public repositories matching this topic...

Notepads
GreyRats
GreyRats commented Apr 24, 2020

Is your feature request related to a problem? Please describe.
notepad requires Auto* utf-8 encoding /decoder (Universal Cyrillic encoding /decoder and Converter.You can give (it to the Context menu for example)
) let's say I have a clumsy gibberish in text that was not saved correctly and it is displayed >"ìîÿ æèçíü ýòî ÷åðòâî ïîðî÷íûé êðóã è ýòî shit" and I can't see it , but there are

edmorley
edmorley commented Jan 28, 2020

Split out of #225...


I was wondering about drastically simplifying the .merge() section of the docs, so that instead of being a copy-paste of every webpack config option, it only listed the areas where the data structure differed from the real webpack config schema (plus perhaps a few examples from the options that were identical).

ie:

  // Differences from webpack config
michael-hawker
michael-hawker commented Apr 23, 2020

Is this a totally new sample, an addition to an existing sample page, or a modification of an existing sample page?

  • New sample
  • Addition to existing sample
  • Modification to existing sample

If this is an addition/modification to an existing sample page, which one?
All Sample Pages

Additional context
There's a lot of samples that have additional code that's not

safakgur
safakgur commented Jan 9, 2020

Split from #40

Default DateTime.Compare ignores the Kind property. We should:

  • Add a new guard, KindSpecified, to require a DateTime argument to have kind that is either Local or Utc, so people can force callers to think about the source of their time values and specify the kinds explicitly.
  • Add non-generic overloads to Equal, NotEqual, Min, Max and InRange that acc
fsimonis
fsimonis commented Mar 16, 2020

Please describe the problem you are trying to solve?
I would like to export and visualize the interface meshes of a participant using paraview glance.
This is currently not possible as the legacy vtk files are not supported.

Describe the solution you propose.
Add an additional export format which can be imported into glance.

**Describe

Mario-Hofstaetter
Mario-Hofstaetter commented Aug 30, 2019

To start off with, thank you for your work.

I'd like to clearify a few things, and maybe help other users who also struggle on the same topic.

Running FluentDocker 2.7.1

I've spent several hours trying to find out

how to easily use remote docker hosts WITHOUT using docker-machine, and WITHOUT SSH keys.

In our local dev & test environment with have several docker host serv

fluent-postgres-driver
joeyg
joeyg commented Apr 24, 2020

When applying the vapor 4.0 docs to use a URL configuration a build error is produced.

For example using: try app.databases.use(.postgres(url: databaseUrl), as: .psql) instead of app.databases.use(.postgres(hostname: "localhost", username: "vapor", password: "vapor", database: "vapor"), as: .psql) creates the following error:
``

Tminus1
Tminus1 commented Apr 23, 2020

When using ctrl + F you need to first click the dropdown arrow and then click "Find next" to actually register what you want to find, otherwise it won't search for anything. Also when you want to do a second search, it doesn't register that you want to find something different and it will try to search for the previous inputted text unless you either press the enter key or click "Find next" again.

csparpa
csparpa commented Feb 10, 2019

Each assertion method should clearly document its purpose.

As the return values for each assertion method can either be the Check object instance itself or an exception and each method takes no parameter, docs are straightforward to write.

This is the first step towards having an automated documentation system - eg. see Sphinx setup on my other projects [PyOWM](https://github.com/csparpa/

Improve this page

Add a description, image, and links to the fluent 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 fluent topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.