Skip to content
#

dot-net

dotnet logo

.NET is a free, cross-platform, open source developer platform for building many different types of applications.

Here are 430 public repositories matching this topic...

russcam
russcam commented May 4, 2020

ScrollAllObservable and associated methods are an observable implementation that uses the scroll API to fetch all documents matching a query, supporting concurrent scrolls through slicing. Documentation should be added to demonstrate its usage, and a link added to the Elasticsearch reference documentation to point to those docs.

wangjiang8000
wangjiang8000 commented Oct 26, 2019

如题 :把表单放进:<stl:if type="IsUserLoggin">
stl:yes
<stl:form name="考123表单" type="formtest" ></stl:form>

</stl:yes>
<stl:no>
    <stl:a href="{stl.LoginUrl}">登陆</stl:a>
    <stl:a href="{stl.RegisterUrl}">注册</stl:a>
</stl:no>

</stl:if>

生成的页面高度只有200高左右,改from表单的样式也不对,查了一下,是<stl:if type="IsUserLoggin">生成的ajax IFRAM限制了。

SkiaSharp
paralin
paralin commented Feb 15, 2016

See ./docs/build

This needs a cleanup. It's a good system for building the documents, but here are some things that need to be done:

  • Read project.json to get project details (they are hardcoded right now)
  • Use git worktree to update gh-pages rather than re-cloning
  • Cleanup the code generally, its a huge mess.

Help wanted!

EDIT: On hold, see #35

Santiago365
Santiago365 commented Feb 5, 2019

Hello,

I am trying to create a new warehouse using PrestaSharp libraries but I get an error.

WarehouseFactory WarehouseFactory = new WarehouseFactory(BaseUrl, Account, Password);
ShopFactory ShopFactory = new ShopFactory(BaseUrl, Account, Password);

warehouse Warehouse = new warehouse();
Warehouse.id = 3;
Warehouse.name = "net";
Warehouse.id_address = 3028;
Warehouse.id_currenc
Kirya522
Kirya522 commented Apr 28, 2020

As I saw in the docks, there is no quick startup guide.
I was developing the same thing before saw this framework, I want to try but template is in dotnet 2.2 an obsolete one; I updated packages but there are some obsolete reference. Maybe it will be useful to update template too. This framework is a great implementation of idea, but it lacks of documentation and as a result community share.

tobias-hd
tobias-hd commented Aug 13, 2019

When opening a parquet file, ParquetViewer first launches a popup "Select fields to load", where you either can confirm to load all fields, or select the fields you want.

In all use cases relevant for me, I want to display all fields. Hence I'm wondering if it would be possible to skip this popup all together? It's just inconvenient to always confirm the "All fields...", before you see any data

Created by Microsoft

Released February 13, 2002

Organization
dotnet
Website
dotnet.microsoft.com
Wikipedia
Wikipedia
You can’t perform that action at this time.