Skip to content
#

distributed

Here are 1,497 public repositories matching this topic...

Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...

  • Updated Nov 4, 2021
  • Java
server
vipera7
vipera7 commented Aug 27, 2021

Steps to reproduce

  1. Click on the #app-navigation-toggle element

Expected behaviour

App navigation should open

Actual behaviour

Doesn't show, or open when clicked several times

Server configuration

Operating system:
CentOS 7
Web server:
Apache
Database:
MySQL
PHP version:
7.4
Nextcloud version: (see Nextcloud admin page)
22.1.0
**Update

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。

  • Updated Sep 8, 2021
  • Java
LightGBM
jameslamb
jameslamb commented Jan 27, 2021

Summary

mypy shows some issues in LightGBM's Python package.

mypy \
    --exclude='python-package/compile/|python-package/build' \
    --ignore-missing-imports \
    python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
nni
nebula
js-ipfs

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

  • Updated Nov 7, 2021
  • Jupyter Notebook
transmittable-thread-local

📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.

  • Updated Nov 3, 2021
  • Java
LINxiansheng
LINxiansheng commented Oct 18, 2021

欢迎大家在参加木兰开发者大会中参与oceanbase的开源贡献流程。
特拿出几个简单的问题回馈大家,欢迎大家参与OB开源。

认领方式

评论区发”认领{题目编号}“ 如”认领1“

Issue List

序号 难度 Issue问题 相关链接 解决方法
1 Mac支持编译OceanBase #27 先修改build.sh等系统参数脚本,然后cpp编译适配mac os
2 创意画图 参考#372
3 编译优化 #407 现在编译优化方向有pch和unity build,但仍然存在资源占用过高的问题,可以考虑分布式编译,白盒优化等方向
4 补充系统函
markfields
markfields commented Oct 21, 2021

Vlad had suggested having a method, changeState, that is called in all cases where we change the _lifecycleState, and that method encapsualtes the allowed state change state machine.

I think we could take that even a step further, and add a new class that encapsulates the var , state machine function, and properties. this would put all the lifecycle changes in one place, and allow us to prevent

Improve this page

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

Learn more